HSL(168, 80%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(168,80%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(168, 80%, 24%) | color: hsl(168, 80%, 24%) | |
| HEX | #0C6E5B | color: #0C6E5B | |
| RGB | rgb(12, 110, 91) | color: rgb(12, 110, 91) | |
| CMYK | cmyk(89%, 0%, 17%, 57%) | — | |
| HSV | hsv(168, 89%, 43%) | — | |
| HWB | hwb(168 5% 57%) | color: hwb(168 5% 57%) | |
| OKLCH | oklch(0.482 0.0879 174.73) | color: oklch(0.482 0.0879 174.73) | |
| Lab | lab(41.19 -30.97 3.23) | color: lab(41.19 -30.97 3.23) | |
| LCH | lch(41.19 31.14 174.05) | color: lch(41.19 31.14 174.05) |
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)
#363760 — rgb(54, 55, 96)
Deuteranopia (Green-blind)
#312961 — rgb(49, 41, 97)
Tritanopia (Blue-blind)
#116364 — rgb(17, 99, 100)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(168, 80%, 24%);
text
color: hsl(168, 80%, 24%);
border
border: 2px solid hsl(168, 80%, 24%);
gradient light
background: linear-gradient(to right, hsl(168, 80%, 44%), hsl(168, 80%, 24%));
gradient dark
background: linear-gradient(to right, hsl(168, 80%, 24%), hsl(168, 80%, 4%))
hex
background-color: #0C6E5B;
tailwind
bg-[hsl(168,80%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(168, 80%, 24%, 0.4);
css variable
--color-primary: hsl(168, 80%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(168, 80%, 24%)?
HEX: #0C6E5B | RGB: rgb(12, 110, 91) | CMYK: 89%, 0%, 17%, 57% | HSV: 168°, 89%, 43%. Copy any format from the conversion table above.
What colors go well with #0C6E5B?
The complementary color is HSL(348, 80%, 24%). For a triadic harmony, use hues 168°, 288°, and 48°. For analogous combinations, try hues 138° and 198°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(168, 80%, 24%) in CSS?
As HSL: color: hsl(168, 80%, 24%); — As HEX: color: #0C6E5B; — As RGB: color: rgb(12, 110, 91); — Tailwind CSS: bg-[hsl(168,80%,24%)] — CSS variable: --color-primary: hsl(168, 80%, 24%);