HSL(188, 20%, 37%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,20%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 20%, 37%) | color: hsl(188, 20%, 37%) | |
| HEX | #4B6C71 | color: #4B6C71 | |
| RGB | rgb(75, 108, 113) | color: rgb(75, 108, 113) | |
| CMYK | cmyk(34%, 4%, 0%, 56%) | — | |
| HSV | hsv(188, 34%, 44%) | — | |
| HWB | hwb(188 29% 56%) | color: hwb(188 29% 56%) | |
| OKLCH | oklch(0.5079 0.0387 207.77) | color: oklch(0.5079 0.0387 207.77) | |
| Lab | lab(43.38 -10.49 -6.6) | color: lab(43.38 -10.49 -6.6) | |
| LCH | lch(43.38 12.39 212.18) | color: lch(43.38 12.39 212.18) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#595A70 — rgb(89, 90, 112)
Deuteranopia (Green-blind)
#575570 — rgb(87, 85, 112)
Tritanopia (Blue-blind)
#4D6F6F — rgb(77, 111, 111)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 20%, 37%);
text
color: hsl(188, 20%, 37%);
border
border: 2px solid hsl(188, 20%, 37%);
gradient light
background: linear-gradient(to right, hsl(188, 20%, 57%), hsl(188, 20%, 37%));
gradient dark
background: linear-gradient(to right, hsl(188, 20%, 37%), hsl(188, 20%, 17%))
hex
background-color: #4B6C71;
tailwind
bg-[hsl(188,20%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 20%, 37%, 0.4);
css variable
--color-primary: hsl(188, 20%, 37%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 20%, 37%)?
HEX: #4B6C71 | RGB: rgb(75, 108, 113) | CMYK: 34%, 4%, 0%, 56% | HSV: 188°, 34%, 44%. Copy any format from the conversion table above.
What colors go well with #4B6C71?
The complementary color is HSL(8, 20%, 37%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 20%, 37%) in CSS?
As HSL: color: hsl(188, 20%, 37%); — As HEX: color: #4B6C71; — As RGB: color: rgb(75, 108, 113); — Tailwind CSS: bg-[hsl(188,20%,37%)] — CSS variable: --color-primary: hsl(188, 20%, 37%);