HSL(151, 66%, 20%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,66%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 66%, 20%) | color: hsl(151, 66%, 20%) | |
| HEX | #115534 | color: #115534 | |
| RGB | rgb(17, 85, 52) | color: rgb(17, 85, 52) | |
| CMYK | cmyk(80%, 0%, 39%, 67%) | — | |
| HSV | hsv(151, 80%, 33%) | — | |
| HWB | hwb(151 7% 67%) | color: hwb(151 7% 67%) | |
| OKLCH | oklch(0.3993 0.0864 156.92) | color: oklch(0.3993 0.0864 156.92) | |
| Lab | lab(31.49 -29.37 13.48) | color: lab(31.49 -29.37 13.48) | |
| LCH | lch(31.49 32.32 155.35) | color: lch(31.49 32.32 155.35) |
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)
#2E2F3C — rgb(46, 47, 60)
Deuteranopia (Green-blind)
#2B253E — rgb(43, 37, 62)
Tritanopia (Blue-blind)
#144244 — rgb(20, 66, 68)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 66%, 20%);
text
color: hsl(151, 66%, 20%);
border
border: 2px solid hsl(151, 66%, 20%);
gradient light
background: linear-gradient(to right, hsl(151, 66%, 40%), hsl(151, 66%, 20%));
gradient dark
background: linear-gradient(to right, hsl(151, 66%, 20%), hsl(151, 66%, 0%))
hex
background-color: #115534;
tailwind
bg-[hsl(151,66%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 66%, 20%, 0.4);
css variable
--color-primary: hsl(151, 66%, 20%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 66%, 20%)?
HEX: #115534 | RGB: rgb(17, 85, 52) | CMYK: 80%, 0%, 39%, 67% | HSV: 151°, 80%, 33%. Copy any format from the conversion table above.
What colors go well with #115534?
The complementary color is HSL(331, 66%, 20%). 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, 66%, 20%) in CSS?
As HSL: color: hsl(151, 66%, 20%); — As HEX: color: #115534; — As RGB: color: rgb(17, 85, 52); — Tailwind CSS: bg-[hsl(151,66%,20%)] — CSS variable: --color-primary: hsl(151, 66%, 20%);