HSL(153, 68%, 26%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(153,68%,26%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(153, 68%, 26%) | color: hsl(153, 68%, 26%) | |
| HEX | #156F47 | color: #156F47 | |
| RGB | rgb(21, 111, 71) | color: rgb(21, 111, 71) | |
| CMYK | cmyk(81%, 0%, 36%, 56%) | — | |
| HSV | hsv(153, 81%, 44%) | — | |
| HWB | hwb(153 8% 56%) | color: hwb(153 8% 56%) | |
| OKLCH | oklch(0.4807 0.1038 158.36) | color: oklch(0.4807 0.1038 158.36) | |
| Lab | lab(41.19 -35.62 15.19) | color: lab(41.19 -35.62 15.19) | |
| LCH | lch(41.19 38.72 156.9) | color: lch(41.19 38.72 156.9) |
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)
#3C3D51 — rgb(60, 61, 81)
Deuteranopia (Green-blind)
#373053 — rgb(55, 48, 83)
Tritanopia (Blue-blind)
#1A585A — rgb(26, 88, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(153, 68%, 26%);
text
color: hsl(153, 68%, 26%);
border
border: 2px solid hsl(153, 68%, 26%);
gradient light
background: linear-gradient(to right, hsl(153, 68%, 46%), hsl(153, 68%, 26%));
gradient dark
background: linear-gradient(to right, hsl(153, 68%, 26%), hsl(153, 68%, 6%))
hex
background-color: #156F47;
tailwind
bg-[hsl(153,68%,26%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(153, 68%, 26%, 0.4);
css variable
--color-primary: hsl(153, 68%, 26%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(153, 68%, 26%)?
HEX: #156F47 | RGB: rgb(21, 111, 71) | CMYK: 81%, 0%, 36%, 56% | HSV: 153°, 81%, 44%. Copy any format from the conversion table above.
What colors go well with #156F47?
The complementary color is HSL(333, 68%, 26%). For a triadic harmony, use hues 153°, 273°, and 33°. For analogous combinations, try hues 123° and 183°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(153, 68%, 26%) in CSS?
As HSL: color: hsl(153, 68%, 26%); — As HEX: color: #156F47; — As RGB: color: rgb(21, 111, 71); — Tailwind CSS: bg-[hsl(153,68%,26%)] — CSS variable: --color-primary: hsl(153, 68%, 26%);