HSL(159, 75%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(159,75%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(159, 75%, 24%) | color: hsl(159, 75%, 24%) | |
| HEX | #0F6B4B | color: #0F6B4B | |
| RGB | rgb(15, 107, 75) | color: rgb(15, 107, 75) | |
| CMYK | cmyk(86%, 0%, 30%, 58%) | — | |
| HSV | hsv(159, 86%, 42%) | — | |
| HWB | hwb(159 6% 58%) | color: hwb(159 6% 58%) | |
| OKLCH | oklch(0.4692 0.0961 163.25) | color: oklch(0.4692 0.0961 163.25) | |
| Lab | lab(39.79 -33.68 10.88) | color: lab(39.79 -33.68 10.88) | |
| LCH | lch(39.79 35.39 162.1) | color: lch(39.79 35.39 162.1) |
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)
#373853 — rgb(55, 56, 83)
Deuteranopia (Green-blind)
#322B55 — rgb(50, 43, 85)
Tritanopia (Blue-blind)
#14595A — rgb(20, 89, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(159, 75%, 24%);
text
color: hsl(159, 75%, 24%);
border
border: 2px solid hsl(159, 75%, 24%);
gradient light
background: linear-gradient(to right, hsl(159, 75%, 44%), hsl(159, 75%, 24%));
gradient dark
background: linear-gradient(to right, hsl(159, 75%, 24%), hsl(159, 75%, 4%))
hex
background-color: #0F6B4B;
tailwind
bg-[hsl(159,75%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(159, 75%, 24%, 0.4);
css variable
--color-primary: hsl(159, 75%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(159, 75%, 24%)?
HEX: #0F6B4B | RGB: rgb(15, 107, 75) | CMYK: 86%, 0%, 30%, 58% | HSV: 159°, 86%, 42%. Copy any format from the conversion table above.
What colors go well with #0F6B4B?
The complementary color is HSL(339, 75%, 24%). For a triadic harmony, use hues 159°, 279°, and 39°. For analogous combinations, try hues 129° and 189°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(159, 75%, 24%) in CSS?
As HSL: color: hsl(159, 75%, 24%); — As HEX: color: #0F6B4B; — As RGB: color: rgb(15, 107, 75); — Tailwind CSS: bg-[hsl(159,75%,24%)] — CSS variable: --color-primary: hsl(159, 75%, 24%);