HSL(187, 31%, 80%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,31%,80%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 31%, 80%) | color: hsl(187, 31%, 80%) | |
| HEX | #BCD8DC | color: #BCD8DC | |
| RGB | rgb(188, 216, 220) | color: rgb(188, 216, 220) | |
| CMYK | cmyk(15%, 2%, 0%, 14%) | — | |
| HSV | hsv(188, 15%, 86%) | — | |
| HWB | hwb(188 73% 14%) | color: hwb(188 73% 14%) | |
| OKLCH | oklch(0.8629 0.0303 207.05) | color: oklch(0.8629 0.0303 207.05) | |
| Lab | lab(84.47 -8.44 -5.1) | color: lab(84.47 -8.44 -5.1) | |
| LCH | lch(84.47 9.86 211.14) | color: lch(84.47 9.86 211.14) |
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)
#C8C8DB — rgb(200, 200, 219)
Deuteranopia (Green-blind)
#C7C4DB — rgb(199, 196, 219)
Tritanopia (Blue-blind)
#BDDADA — rgb(189, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 31%, 80%);
text
color: hsl(187, 31%, 80%);
border
border: 2px solid hsl(187, 31%, 80%);
gradient light
background: linear-gradient(to right, hsl(187, 31%, 100%), hsl(187, 31%, 80%));
gradient dark
background: linear-gradient(to right, hsl(187, 31%, 80%), hsl(187, 31%, 60%))
hex
background-color: #BCD8DC;
tailwind
bg-[hsl(187,31%,80%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 31%, 80%, 0.4);
css variable
--color-primary: hsl(187, 31%, 80%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 31%, 80%)?
HEX: #BCD8DC | RGB: rgb(188, 216, 220) | CMYK: 15%, 2%, 0%, 14% | HSV: 188°, 15%, 86%. Copy any format from the conversion table above.
What colors go well with #BCD8DC?
The complementary color is HSL(7, 31%, 80%). 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, 31%, 80%) in CSS?
As HSL: color: hsl(187, 31%, 80%); — As HEX: color: #BCD8DC; — As RGB: color: rgb(188, 216, 220); — Tailwind CSS: bg-[hsl(187,31%,80%)] — CSS variable: --color-primary: hsl(187, 31%, 80%);