HSL(151, 25%, 41%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(151,25%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(151, 25%, 41%) | color: hsl(151, 25%, 41%) | |
| HEX | #4E8369 | color: #4E8369 | |
| RGB | rgb(78, 131, 105) | color: rgb(78, 131, 105) | |
| CMYK | cmyk(40%, 0%, 20%, 49%) | — | |
| HSV | hsv(151, 40%, 51%) | — | |
| HWB | hwb(151 31% 49%) | color: hwb(151 31% 49%) | |
| OKLCH | oklch(0.565 0.0702 161.7) | color: oklch(0.565 0.0702 161.7) | |
| Lab | lab(50.54 -23.96 8.57) | color: lab(50.54 -23.96 8.57) | |
| LCH | lch(50.54 25.45 160.32) | color: lch(50.54 25.45 160.32) |
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)
#65656F — rgb(101, 101, 111)
Deuteranopia (Green-blind)
#625E71 — rgb(98, 94, 113)
Tritanopia (Blue-blind)
#517475 — rgb(81, 116, 117)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(151, 25%, 41%);
text
color: hsl(151, 25%, 41%);
border
border: 2px solid hsl(151, 25%, 41%);
gradient light
background: linear-gradient(to right, hsl(151, 25%, 61%), hsl(151, 25%, 41%));
gradient dark
background: linear-gradient(to right, hsl(151, 25%, 41%), hsl(151, 25%, 21%))
hex
background-color: #4E8369;
tailwind
bg-[hsl(151,25%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(151, 25%, 41%, 0.4);
css variable
--color-primary: hsl(151, 25%, 41%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(151, 25%, 41%)?
HEX: #4E8369 | RGB: rgb(78, 131, 105) | CMYK: 40%, 0%, 20%, 49% | HSV: 151°, 40%, 51%. Copy any format from the conversion table above.
What colors go well with #4E8369?
The complementary color is HSL(331, 25%, 41%). 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, 25%, 41%) in CSS?
As HSL: color: hsl(151, 25%, 41%); — As HEX: color: #4E8369; — As RGB: color: rgb(78, 131, 105); — Tailwind CSS: bg-[hsl(151,25%,41%)] — CSS variable: --color-primary: hsl(151, 25%, 41%);