HSL(152, 100%, 25%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(152,100%,25%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(152, 100%, 25%) | color: hsl(152, 100%, 25%) | |
| HEX | #008044 | color: #008044 | |
| RGB | rgb(0, 128, 68) | color: rgb(0, 128, 68) | |
| CMYK | cmyk(100%, 0%, 47%, 50%) | — | |
| HSV | hsv(152, 100%, 50%) | — | |
| HWB | hwb(152 0% 50%) | color: hwb(152 0% 50%) | |
| OKLCH | oklch(0.5262 0.1339 153.54) | color: oklch(0.5262 0.1339 153.54) | |
| Lab | lab(46.78 -44.75 24.25) | color: lab(46.78 -44.75 24.25) | |
| LCH | lch(46.78 50.9 151.55) | color: lch(46.78 50.9 151.55) |
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)
#373953 — rgb(55, 57, 83)
Deuteranopia (Green-blind)
#302656 — rgb(48, 38, 86)
Tritanopia (Blue-blind)
#065E61 — rgb(6, 94, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(152, 100%, 25%);
text
color: hsl(152, 100%, 25%);
border
border: 2px solid hsl(152, 100%, 25%);
gradient light
background: linear-gradient(to right, hsl(152, 100%, 45%), hsl(152, 100%, 25%));
gradient dark
background: linear-gradient(to right, hsl(152, 100%, 25%), hsl(152, 100%, 5%))
hex
background-color: #008044;
tailwind
bg-[hsl(152,100%,25%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(152, 100%, 25%, 0.4);
css variable
--color-primary: hsl(152, 100%, 25%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(152, 100%, 25%)?
HEX: #008044 | RGB: rgb(0, 128, 68) | CMYK: 100%, 0%, 47%, 50% | HSV: 152°, 100%, 50%. Copy any format from the conversion table above.
What colors go well with #008044?
The complementary color is HSL(332, 100%, 25%). For a triadic harmony, use hues 152°, 272°, and 32°. For analogous combinations, try hues 122° and 182°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(152, 100%, 25%) in CSS?
As HSL: color: hsl(152, 100%, 25%); — As HEX: color: #008044; — As RGB: color: rgb(0, 128, 68); — Tailwind CSS: bg-[hsl(152,100%,25%)] — CSS variable: --color-primary: hsl(152, 100%, 25%);