HSL(157, 68%, 17%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,68%,17%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 68%, 17%) | color: hsl(157, 68%, 17%) | |
| HEX | #0E4932 | color: #0E4932 | |
| RGB | rgb(14, 73, 50) | color: rgb(14, 73, 50) | |
| CMYK | cmyk(81%, 0%, 32%, 71%) | — | |
| HSV | hsv(157, 81%, 29%) | — | |
| HWB | hwb(157 6% 71%) | color: hwb(157 6% 71%) | |
| OKLCH | oklch(0.3619 0.0714 162.23) | color: oklch(0.3619 0.0714 162.23) | |
| Lab | lab(26.99 -24.86 8.56) | color: lab(26.99 -24.86 8.56) | |
| LCH | lch(26.99 26.29 161) | color: lch(26.99 26.29 161) |
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)
#282838 — rgb(40, 40, 56)
Deuteranopia (Green-blind)
#242039 — rgb(36, 32, 57)
Tritanopia (Blue-blind)
#113C3D — rgb(17, 60, 61)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 68%, 17%);
text
color: hsl(157, 68%, 17%);
border
border: 2px solid hsl(157, 68%, 17%);
gradient light
background: linear-gradient(to right, hsl(157, 68%, 37%), hsl(157, 68%, 17%));
gradient dark
background: linear-gradient(to right, hsl(157, 68%, 17%), hsl(157, 68%, 0%))
hex
background-color: #0E4932;
tailwind
bg-[hsl(157,68%,17%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 68%, 17%, 0.4);
css variable
--color-primary: hsl(157, 68%, 17%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 68%, 17%)?
HEX: #0E4932 | RGB: rgb(14, 73, 50) | CMYK: 81%, 0%, 32%, 71% | HSV: 157°, 81%, 29%. Copy any format from the conversion table above.
What colors go well with #0E4932?
The complementary color is HSL(337, 68%, 17%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 68%, 17%) in CSS?
As HSL: color: hsl(157, 68%, 17%); — As HEX: color: #0E4932; — As RGB: color: rgb(14, 73, 50); — Tailwind CSS: bg-[hsl(157,68%,17%)] — CSS variable: --color-primary: hsl(157, 68%, 17%);