HSL(154, 100%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,100%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 100%, 28%) | color: hsl(154, 100%, 28%) | |
| HEX | #008F51 | color: #008F51 | |
| RGB | rgb(0, 143, 81) | color: rgb(0, 143, 81) | |
| CMYK | cmyk(100%, 0%, 43%, 44%) | — | |
| HSV | hsv(154, 100%, 56%) | — | |
| HWB | hwb(154 0% 44%) | color: hwb(154 0% 44%) | |
| OKLCH | oklch(0.571 0.1411 155.04) | color: oklch(0.571 0.1411 155.04) | |
| Lab | lab(52.1 -47.65 24.01) | color: lab(52.1 -47.65 24.01) | |
| LCH | lch(52.1 53.36 153.26) | color: lch(52.1 53.36 153.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#3E3F60 — rgb(62, 63, 96)
Deuteranopia (Green-blind)
#362B64 — rgb(54, 43, 100)
Tritanopia (Blue-blind)
#076C6E — rgb(7, 108, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 100%, 28%);
text
color: hsl(154, 100%, 28%);
border
border: 2px solid hsl(154, 100%, 28%);
gradient light
background: linear-gradient(to right, hsl(154, 100%, 48%), hsl(154, 100%, 28%));
gradient dark
background: linear-gradient(to right, hsl(154, 100%, 28%), hsl(154, 100%, 8%))
hex
background-color: #008F51;
tailwind
bg-[hsl(154,100%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 100%, 28%, 0.4);
css variable
--color-primary: hsl(154, 100%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 100%, 28%)?
HEX: #008F51 | RGB: rgb(0, 143, 81) | CMYK: 100%, 0%, 43%, 44% | HSV: 154°, 100%, 56%. Copy any format from the conversion table above.
What colors go well with #008F51?
The complementary color is HSL(334, 100%, 28%). 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, 100%, 28%) in CSS?
As HSL: color: hsl(154, 100%, 28%); — As HEX: color: #008F51; — As RGB: color: rgb(0, 143, 81); — Tailwind CSS: bg-[hsl(154,100%,28%)] — CSS variable: --color-primary: hsl(154, 100%, 28%);