HSL(187, 39%, 50%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,39%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 39%, 50%) | color: hsl(187, 39%, 50%) | |
| HEX | #4EA6B1 | color: #4EA6B1 | |
| RGB | rgb(78, 166, 177) | color: rgb(78, 166, 177) | |
| CMYK | cmyk(56%, 6%, 0%, 31%) | — | |
| HSV | hsv(187, 56%, 69%) | — | |
| HWB | hwb(187 30% 31%) | color: hwb(187 30% 31%) | |
| OKLCH | oklch(0.6756 0.0854 206.31) | color: oklch(0.6756 0.0854 206.31) | |
| Lab | lab(63.4 -23.1 -13.69) | color: lab(63.4 -23.1 -13.69) | |
| LCH | lch(63.4 26.85 210.65) | color: lch(63.4 26.85 210.65) |
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)
#7475AE — rgb(116, 117, 174)
Deuteranopia (Green-blind)
#6F68AE — rgb(111, 104, 174)
Tritanopia (Blue-blind)
#52ACAC — rgb(82, 172, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 39%, 50%);
text
color: hsl(187, 39%, 50%);
border
border: 2px solid hsl(187, 39%, 50%);
gradient light
background: linear-gradient(to right, hsl(187, 39%, 70%), hsl(187, 39%, 50%));
gradient dark
background: linear-gradient(to right, hsl(187, 39%, 50%), hsl(187, 39%, 30%))
hex
background-color: #4EA6B1;
tailwind
bg-[hsl(187,39%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 39%, 50%, 0.4);
css variable
--color-primary: hsl(187, 39%, 50%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 39%, 50%)?
HEX: #4EA6B1 | RGB: rgb(78, 166, 177) | CMYK: 56%, 6%, 0%, 31% | HSV: 187°, 56%, 69%. Copy any format from the conversion table above.
What colors go well with #4EA6B1?
The complementary color is HSL(7, 39%, 50%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 39%, 50%) in CSS?
As HSL: color: hsl(187, 39%, 50%); — As HEX: color: #4EA6B1; — As RGB: color: rgb(78, 166, 177); — Tailwind CSS: bg-[hsl(187,39%,50%)] — CSS variable: --color-primary: hsl(187, 39%, 50%);