HSL(152, 91%, 14%)
Very Dark Cyan — Cyan color
Adjust Color
Color Information
Color Name
Very Dark Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,91%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 91%, 14%) | color: hsl(152, 91%, 14%) | |
| HEX | #034426 | color: #034426 | |
| RGB | rgb(3, 68, 38) | color: rgb(3, 68, 38) | |
| CMYK | cmyk(96%, 0%, 44%, 73%) | — | |
| HSV | hsv(152, 96%, 27%) | — | |
| HWB | hwb(152 1% 73%) | color: hwb(152 1% 73%) | |
| OKLCH | oklch(0.3409 0.0803 156.27) | color: oklch(0.3409 0.0803 156.27) | |
| Lab | lab(24.62 -27.29 12.94) | color: lab(24.62 -27.29 12.94) | |
| LCH | lch(24.62 30.2 154.63) | color: lch(24.62 30.2 154.63) |
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)
#1F202D — rgb(31, 32, 45)
Deuteranopia (Green-blind)
#1B172F — rgb(27, 23, 47)
Tritanopia (Blue-blind)
#063334 — rgb(6, 51, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 91%, 14%);
text
color: hsl(152, 91%, 14%);
border
border: 2px solid hsl(152, 91%, 14%);
gradient light
background: linear-gradient(to right, hsl(152, 91%, 34%), hsl(152, 91%, 14%));
gradient dark
background: linear-gradient(to right, hsl(152, 91%, 14%), hsl(152, 91%, 0%))
hex
background-color: #034426;
tailwind
bg-[hsl(152,91%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 91%, 14%, 0.4);
css variable
--color-primary: hsl(152, 91%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 91%, 14%)?
HEX: #034426 | RGB: rgb(3, 68, 38) | CMYK: 96%, 0%, 44%, 73% | HSV: 152°, 96%, 27%. Copy any format from the conversion table above.
What colors go well with #034426?
The complementary color is HSL(332, 91%, 14%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 91%, 14%) in CSS?
As HSL: color: hsl(152, 91%, 14%); — As HEX: color: #034426; — As RGB: color: rgb(3, 68, 38); — Tailwind CSS: bg-[hsl(152,91%,14%)] — CSS variable: --color-primary: hsl(152, 91%, 14%);