HSL(151, 87%, 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(151,87%,14%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 87%, 14%) | color: hsl(151, 87%, 14%) | |
| HEX | #054325 | color: #054325 | |
| RGB | rgb(5, 67, 37) | color: rgb(5, 67, 37) | |
| CMYK | cmyk(93%, 0%, 45%, 74%) | — | |
| HSV | hsv(151, 93%, 26%) | — | |
| HWB | hwb(151 2% 74%) | color: hwb(151 2% 74%) | |
| OKLCH | oklch(0.3379 0.0791 155.62) | color: oklch(0.3379 0.0791 155.62) | |
| Lab | lab(24.26 -26.77 13.1) | color: lab(24.26 -26.77 13.1) | |
| LCH | lch(24.26 29.8 153.93) | color: lch(24.26 29.8 153.93) |
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)
#20202C — rgb(32, 32, 44)
Deuteranopia (Green-blind)
#1C182E — rgb(28, 24, 46)
Tritanopia (Blue-blind)
#083233 — rgb(8, 50, 51)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 87%, 14%);
text
color: hsl(151, 87%, 14%);
border
border: 2px solid hsl(151, 87%, 14%);
gradient light
background: linear-gradient(to right, hsl(151, 87%, 34%), hsl(151, 87%, 14%));
gradient dark
background: linear-gradient(to right, hsl(151, 87%, 14%), hsl(151, 87%, 0%))
hex
background-color: #054325;
tailwind
bg-[hsl(151,87%,14%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 87%, 14%, 0.4);
css variable
--color-primary: hsl(151, 87%, 14%);
Related Colors
Use Cases for Very Dark Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 87%, 14%)?
HEX: #054325 | RGB: rgb(5, 67, 37) | CMYK: 93%, 0%, 45%, 74% | HSV: 151°, 93%, 26%. Copy any format from the conversion table above.
What colors go well with #054325?
The complementary color is HSL(331, 87%, 14%). For a triadic harmony, use hues 151°, 271°, and 31°. For analogous combinations, try hues 121° and 181°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(151, 87%, 14%) in CSS?
As HSL: color: hsl(151, 87%, 14%); — As HEX: color: #054325; — As RGB: color: rgb(5, 67, 37); — Tailwind CSS: bg-[hsl(151,87%,14%)] — CSS variable: --color-primary: hsl(151, 87%, 14%);