HSL(187, 93%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,93%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 93%, 24%) | color: hsl(187, 93%, 24%) | |
| HEX | #046976 | color: #046976 | |
| RGB | rgb(4, 105, 118) | color: rgb(4, 105, 118) | |
| CMYK | cmyk(97%, 11%, 0%, 54%) | — | |
| HSV | hsv(187, 97%, 46%) | — | |
| HWB | hwb(187 1% 54%) | color: hwb(187 1% 54%) | |
| OKLCH | oklch(0.4775 0.0815 209.76) | color: oklch(0.4775 0.0815 209.76) | |
| Lab | lab(40.31 -20.24 -14.49) | color: lab(40.31 -20.24 -14.49) | |
| LCH | lch(40.31 24.89 215.6) | color: lch(40.31 24.89 215.6) |
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)
#303173 — rgb(48, 49, 115)
Deuteranopia (Green-blind)
#2A2272 — rgb(42, 34, 114)
Tritanopia (Blue-blind)
#097070 — rgb(9, 112, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 93%, 24%);
text
color: hsl(187, 93%, 24%);
border
border: 2px solid hsl(187, 93%, 24%);
gradient light
background: linear-gradient(to right, hsl(187, 93%, 44%), hsl(187, 93%, 24%));
gradient dark
background: linear-gradient(to right, hsl(187, 93%, 24%), hsl(187, 93%, 4%))
hex
background-color: #046976;
tailwind
bg-[hsl(187,93%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 93%, 24%, 0.4);
css variable
--color-primary: hsl(187, 93%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 93%, 24%)?
HEX: #046976 | RGB: rgb(4, 105, 118) | CMYK: 97%, 11%, 0%, 54% | HSV: 187°, 97%, 46%. Copy any format from the conversion table above.
What colors go well with #046976?
The complementary color is HSL(7, 93%, 24%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 93%, 24%) in CSS?
As HSL: color: hsl(187, 93%, 24%); — As HEX: color: #046976; — As RGB: color: rgb(4, 105, 118); — Tailwind CSS: bg-[hsl(187,93%,24%)] — CSS variable: --color-primary: hsl(187, 93%, 24%);