HSL(154, 79%, 65%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(154,79%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(154, 79%, 65%) | color: hsl(154, 79%, 65%) | |
| HEX | #5FECAF | color: #5FECAF | |
| RGB | rgb(95, 236, 175) | color: rgb(95, 236, 175) | |
| CMYK | cmyk(60%, 0%, 26%, 7%) | — | |
| HSV | hsv(154, 60%, 93%) | — | |
| HWB | hwb(154 37% 7%) | color: hwb(154 37% 7%) | |
| OKLCH | oklch(0.8502 0.1506 161.81) | color: oklch(0.8502 0.1506 161.81) | |
| Lab | lab(84.75 -52.07 18.42) | color: lab(84.75 -52.07 18.42) | |
| LCH | lch(84.75 55.23 160.52) | color: lch(84.75 55.23 160.52) |
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)
#9C9DBE — rgb(156, 157, 190)
Deuteranopia (Green-blind)
#9489C1 — rgb(148, 137, 193)
Tritanopia (Blue-blind)
#66C9CC — rgb(102, 201, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(154, 79%, 65%);
text
color: hsl(154, 79%, 65%);
border
border: 2px solid hsl(154, 79%, 65%);
gradient light
background: linear-gradient(to right, hsl(154, 79%, 85%), hsl(154, 79%, 65%));
gradient dark
background: linear-gradient(to right, hsl(154, 79%, 65%), hsl(154, 79%, 45%))
hex
background-color: #5FECAF;
tailwind
bg-[hsl(154,79%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(154, 79%, 65%, 0.4);
css variable
--color-primary: hsl(154, 79%, 65%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(154, 79%, 65%)?
HEX: #5FECAF | RGB: rgb(95, 236, 175) | CMYK: 60%, 0%, 26%, 7% | HSV: 154°, 60%, 93%. Copy any format from the conversion table above.
What colors go well with #5FECAF?
The complementary color is HSL(334, 79%, 65%). 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, 79%, 65%) in CSS?
As HSL: color: hsl(154, 79%, 65%); — As HEX: color: #5FECAF; — As RGB: color: rgb(95, 236, 175); — Tailwind CSS: bg-[hsl(154,79%,65%)] — CSS variable: --color-primary: hsl(154, 79%, 65%);