HSL(154, 75%, 24%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,75%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 75%, 24%) | color: hsl(154, 75%, 24%) | |
| HEX | #0F6B43 | color: #0F6B43 | |
| RGB | rgb(15, 107, 67) | color: rgb(15, 107, 67) | |
| CMYK | cmyk(86%, 0%, 37%, 58%) | — | |
| HSV | hsv(154, 86%, 42%) | — | |
| HWB | hwb(154 6% 58%) | color: hwb(154 6% 58%) | |
| OKLCH | oklch(0.4672 0.1038 158.07) | color: oklch(0.4672 0.1038 158.07) | |
| Lab | lab(39.62 -35.6 15.41) | color: lab(39.62 -35.6 15.41) | |
| LCH | lch(39.62 38.79 156.59) | color: lch(39.62 38.79 156.59) |
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)
#37384D — rgb(55, 56, 77)
Deuteranopia (Green-blind)
#322B4F — rgb(50, 43, 79)
Tritanopia (Blue-blind)
#145456 — rgb(20, 84, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 75%, 24%);
text
color: hsl(154, 75%, 24%);
border
border: 2px solid hsl(154, 75%, 24%);
gradient light
background: linear-gradient(to right, hsl(154, 75%, 44%), hsl(154, 75%, 24%));
gradient dark
background: linear-gradient(to right, hsl(154, 75%, 24%), hsl(154, 75%, 4%))
hex
background-color: #0F6B43;
tailwind
bg-[hsl(154,75%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 75%, 24%, 0.4);
css variable
--color-primary: hsl(154, 75%, 24%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 75%, 24%)?
HEX: #0F6B43 | RGB: rgb(15, 107, 67) | CMYK: 86%, 0%, 37%, 58% | HSV: 154°, 86%, 42%. Copy any format from the conversion table above.
What colors go well with #0F6B43?
The complementary color is HSL(334, 75%, 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, 75%, 24%) in CSS?
As HSL: color: hsl(154, 75%, 24%); — As HEX: color: #0F6B43; — As RGB: color: rgb(15, 107, 67); — Tailwind CSS: bg-[hsl(154,75%,24%)] — CSS variable: --color-primary: hsl(154, 75%, 24%);