HSL(188, 32%, 57%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,32%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 32%, 57%) | color: hsl(188, 32%, 57%) | |
| HEX | #6EABB4 | color: #6EABB4 | |
| RGB | rgb(110, 171, 180) | color: rgb(110, 171, 180) | |
| CMYK | cmyk(39%, 5%, 0%, 29%) | — | |
| HSV | hsv(188, 39%, 71%) | — | |
| HWB | hwb(188 43% 29%) | color: hwb(188 43% 29%) | |
| OKLCH | oklch(0.703 0.0643 207.6) | color: oklch(0.703 0.0643 207.6) | |
| Lab | lab(66.32 -17.32 -10.85) | color: lab(66.32 -17.32 -10.85) | |
| LCH | lch(66.32 20.44 212.06) | color: lch(66.32 20.44 212.06) |
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)
#8889B2 — rgb(136, 137, 178)
Deuteranopia (Green-blind)
#8580B1 — rgb(133, 128, 177)
Tritanopia (Blue-blind)
#71B0B0 — rgb(113, 176, 176)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 32%, 57%);
text
color: hsl(188, 32%, 57%);
border
border: 2px solid hsl(188, 32%, 57%);
gradient light
background: linear-gradient(to right, hsl(188, 32%, 77%), hsl(188, 32%, 57%));
gradient dark
background: linear-gradient(to right, hsl(188, 32%, 57%), hsl(188, 32%, 37%))
hex
background-color: #6EABB4;
tailwind
bg-[hsl(188,32%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 32%, 57%, 0.4);
css variable
--color-primary: hsl(188, 32%, 57%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 32%, 57%)?
HEX: #6EABB4 | RGB: rgb(110, 171, 180) | CMYK: 39%, 5%, 0%, 29% | HSV: 188°, 39%, 71%. Copy any format from the conversion table above.
What colors go well with #6EABB4?
The complementary color is HSL(8, 32%, 57%). 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, 32%, 57%) in CSS?
As HSL: color: hsl(188, 32%, 57%); — As HEX: color: #6EABB4; — As RGB: color: rgb(110, 171, 180); — Tailwind CSS: bg-[hsl(188,32%,57%)] — CSS variable: --color-primary: hsl(188, 32%, 57%);