HSL(187, 46%, 52%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,46%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 46%, 52%) | color: hsl(187, 46%, 52%) | |
| HEX | #4CB0BD | color: #4CB0BD | |
| RGB | rgb(76, 176, 189) | color: rgb(76, 176, 189) | |
| CMYK | cmyk(60%, 7%, 0%, 26%) | — | |
| HSV | hsv(187, 60%, 74%) | — | |
| HWB | hwb(187 30% 26%) | color: hwb(187 30% 26%) | |
| OKLCH | oklch(0.7034 0.094 206.93) | color: oklch(0.7034 0.094 206.93) | |
| Lab | lab(66.72 -25.09 -15.37) | color: lab(66.72 -25.09 -15.37) | |
| LCH | lch(66.72 29.42 211.49) | color: lch(66.72 29.42 211.49) |
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)
#7778BA — rgb(119, 120, 186)
Deuteranopia (Green-blind)
#726AB9 — rgb(114, 106, 185)
Tritanopia (Blue-blind)
#51B7B7 — rgb(81, 183, 183)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 46%, 52%);
text
color: hsl(187, 46%, 52%);
border
border: 2px solid hsl(187, 46%, 52%);
gradient light
background: linear-gradient(to right, hsl(187, 46%, 72%), hsl(187, 46%, 52%));
gradient dark
background: linear-gradient(to right, hsl(187, 46%, 52%), hsl(187, 46%, 32%))
hex
background-color: #4CB0BD;
tailwind
bg-[hsl(187,46%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 46%, 52%, 0.4);
css variable
--color-primary: hsl(187, 46%, 52%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 46%, 52%)?
HEX: #4CB0BD | RGB: rgb(76, 176, 189) | CMYK: 60%, 7%, 0%, 26% | HSV: 187°, 60%, 74%. Copy any format from the conversion table above.
What colors go well with #4CB0BD?
The complementary color is HSL(7, 46%, 52%). 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, 46%, 52%) in CSS?
As HSL: color: hsl(187, 46%, 52%); — As HEX: color: #4CB0BD; — As RGB: color: rgb(76, 176, 189); — Tailwind CSS: bg-[hsl(187,46%,52%)] — CSS variable: --color-primary: hsl(187, 46%, 52%);