HSL(184, 75%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(184,75%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(184, 75%, 23%) | color: hsl(184, 75%, 23%) | |
| HEX | #0F6167 | color: #0F6167 | |
| RGB | rgb(15, 97, 103) | color: rgb(15, 97, 103) | |
| CMYK | cmyk(85%, 6%, 0%, 60%) | — | |
| HSV | hsv(184, 85%, 40%) | — | |
| HWB | hwb(184 6% 60%) | color: hwb(184 6% 60%) | |
| OKLCH | oklch(0.4506 0.0724 202.7) | color: oklch(0.4506 0.0724 202.7) | |
| Lab | lab(37.17 -20.41 -10.05) | color: lab(37.17 -20.41 -10.05) | |
| LCH | lch(37.17 22.75 206.22) | color: lch(37.17 22.75 206.22) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#333366 — rgb(51, 51, 102)
Deuteranopia (Green-blind)
#2E2865 — rgb(46, 40, 101)
Tritanopia (Blue-blind)
#136464 — rgb(19, 100, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(184, 75%, 23%);
text
color: hsl(184, 75%, 23%);
border
border: 2px solid hsl(184, 75%, 23%);
gradient light
background: linear-gradient(to right, hsl(184, 75%, 43%), hsl(184, 75%, 23%));
gradient dark
background: linear-gradient(to right, hsl(184, 75%, 23%), hsl(184, 75%, 3%))
hex
background-color: #0F6167;
tailwind
bg-[hsl(184,75%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(184, 75%, 23%, 0.4);
css variable
--color-primary: hsl(184, 75%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(184, 75%, 23%)?
HEX: #0F6167 | RGB: rgb(15, 97, 103) | CMYK: 85%, 6%, 0%, 60% | HSV: 184°, 85%, 40%. Copy any format from the conversion table above.
What colors go well with #0F6167?
The complementary color is HSL(4, 75%, 23%). For a triadic harmony, use hues 184°, 304°, and 64°. For analogous combinations, try hues 154° and 214°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(184, 75%, 23%) in CSS?
As HSL: color: hsl(184, 75%, 23%); — As HEX: color: #0F6167; — As RGB: color: rgb(15, 97, 103); — Tailwind CSS: bg-[hsl(184,75%,23%)] — CSS variable: --color-primary: hsl(184, 75%, 23%);