HSL(151, 45%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,45%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 45%, 24%) | color: hsl(151, 45%, 24%) | |
| HEX | #22593E | color: #22593E | |
| RGB | rgb(34, 89, 62) | color: rgb(34, 89, 62) | |
| CMYK | cmyk(62%, 0%, 30%, 65%) | — | |
| HSV | hsv(151, 62%, 35%) | — | |
| HWB | hwb(151 13% 65%) | color: hwb(151 13% 65%) | |
| OKLCH | oklch(0.419 0.0741 159.26) | color: oklch(0.419 0.0741 159.26) | |
| Lab | lab(33.63 -25.32 10.32) | color: lab(33.63 -25.32 10.32) | |
| LCH | lch(33.63 27.34 157.83) | color: lch(33.63 27.34 157.83) |
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)
#3A3A45 — rgb(58, 58, 69)
Deuteranopia (Green-blind)
#373346 — rgb(55, 51, 70)
Tritanopia (Blue-blind)
#254A4B — rgb(37, 74, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 45%, 24%);
text
color: hsl(151, 45%, 24%);
border
border: 2px solid hsl(151, 45%, 24%);
gradient light
background: linear-gradient(to right, hsl(151, 45%, 44%), hsl(151, 45%, 24%));
gradient dark
background: linear-gradient(to right, hsl(151, 45%, 24%), hsl(151, 45%, 4%))
hex
background-color: #22593E;
tailwind
bg-[hsl(151,45%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 45%, 24%, 0.4);
css variable
--color-primary: hsl(151, 45%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 45%, 24%)?
HEX: #22593E | RGB: rgb(34, 89, 62) | CMYK: 62%, 0%, 30%, 65% | HSV: 151°, 62%, 35%. Copy any format from the conversion table above.
What colors go well with #22593E?
The complementary color is HSL(331, 45%, 24%). 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, 45%, 24%) in CSS?
As HSL: color: hsl(151, 45%, 24%); — As HEX: color: #22593E; — As RGB: color: rgb(34, 89, 62); — Tailwind CSS: bg-[hsl(151,45%,24%)] — CSS variable: --color-primary: hsl(151, 45%, 24%);