HSL(154, 95%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,95%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 95%, 24%) | color: hsl(154, 95%, 24%) | |
| HEX | #037745 | color: #037745 | |
| RGB | rgb(3, 119, 69) | color: rgb(3, 119, 69) | |
| CMYK | cmyk(97%, 0%, 42%, 53%) | — | |
| HSV | hsv(154, 97%, 47%) | — | |
| HWB | hwb(154 1% 53%) | color: hwb(154 1% 53%) | |
| OKLCH | oklch(0.5009 0.1206 155.99) | color: oklch(0.5009 0.1206 155.99) | |
| Lab | lab(43.71 -40.97 19.69) | color: lab(43.71 -40.97 19.69) | |
| LCH | lch(43.71 45.46 154.33) | color: lch(43.71 45.46 154.33) |
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)
#353651 — rgb(53, 54, 81)
Deuteranopia (Green-blind)
#2F2654 — rgb(47, 38, 84)
Tritanopia (Blue-blind)
#095B5D — rgb(9, 91, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 95%, 24%);
text
color: hsl(154, 95%, 24%);
border
border: 2px solid hsl(154, 95%, 24%);
gradient light
background: linear-gradient(to right, hsl(154, 95%, 44%), hsl(154, 95%, 24%));
gradient dark
background: linear-gradient(to right, hsl(154, 95%, 24%), hsl(154, 95%, 4%))
hex
background-color: #037745;
tailwind
bg-[hsl(154,95%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 95%, 24%, 0.4);
css variable
--color-primary: hsl(154, 95%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 95%, 24%)?
HEX: #037745 | RGB: rgb(3, 119, 69) | CMYK: 97%, 0%, 42%, 53% | HSV: 154°, 97%, 47%. Copy any format from the conversion table above.
What colors go well with #037745?
The complementary color is HSL(334, 95%, 24%). For a triadic harmony, use hues 154°, 274°, and 34°. For analogous combinations, try hues 124° and 184°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(154, 95%, 24%) in CSS?
As HSL: color: hsl(154, 95%, 24%); — As HEX: color: #037745; — As RGB: color: rgb(3, 119, 69); — Tailwind CSS: bg-[hsl(154,95%,24%)] — CSS variable: --color-primary: hsl(154, 95%, 24%);