HSL(157, 86%, 62%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(157,86%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(157, 86%, 62%) | color: hsl(157, 86%, 62%) | |
| HEX | #4BF1B2 | color: #4BF1B2 | |
| RGB | rgb(75, 241, 178) | color: rgb(75, 241, 178) | |
| CMYK | cmyk(69%, 0%, 26%, 5%) | — | |
| HSV | hsv(157, 69%, 95%) | — | |
| HWB | hwb(157 29% 5%) | color: hwb(157 29% 5%) | |
| OKLCH | oklch(0.8578 0.1629 163.36) | color: oklch(0.8578 0.1629 163.36) | |
| Lab | lab(85.81 -56.85 18.29) | color: lab(85.81 -56.85 18.29) | |
| LCH | lch(85.81 59.72 162.17) | color: lch(85.81 59.72 162.17) |
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)
#9394C1 — rgb(147, 148, 193)
Deuteranopia (Green-blind)
#897DC5 — rgb(137, 125, 197)
Tritanopia (Blue-blind)
#53CDD0 — rgb(83, 205, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(157, 86%, 62%);
text
color: hsl(157, 86%, 62%);
border
border: 2px solid hsl(157, 86%, 62%);
gradient light
background: linear-gradient(to right, hsl(157, 86%, 82%), hsl(157, 86%, 62%));
gradient dark
background: linear-gradient(to right, hsl(157, 86%, 62%), hsl(157, 86%, 42%))
hex
background-color: #4BF1B2;
tailwind
bg-[hsl(157,86%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(157, 86%, 62%, 0.4);
css variable
--color-primary: hsl(157, 86%, 62%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(157, 86%, 62%)?
HEX: #4BF1B2 | RGB: rgb(75, 241, 178) | CMYK: 69%, 0%, 26%, 5% | HSV: 157°, 69%, 95%. Copy any format from the conversion table above.
What colors go well with #4BF1B2?
The complementary color is HSL(337, 86%, 62%). For a triadic harmony, use hues 157°, 277°, and 37°. For analogous combinations, try hues 127° and 187°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(157, 86%, 62%) in CSS?
As HSL: color: hsl(157, 86%, 62%); — As HEX: color: #4BF1B2; — As RGB: color: rgb(75, 241, 178); — Tailwind CSS: bg-[hsl(157,86%,62%)] — CSS variable: --color-primary: hsl(157, 86%, 62%);