HSL(191, 80%, 85%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,80%,85%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 80%, 85%) | color: hsl(191, 80%, 85%) | |
| HEX | #BAECF7 | color: #BAECF7 | |
| RGB | rgb(186, 236, 247) | color: rgb(186, 236, 247) | |
| CMYK | cmyk(25%, 4%, 0%, 3%) | — | |
| HSV | hsv(191, 25%, 97%) | — | |
| HWB | hwb(191 73% 3%) | color: hwb(191 73% 3%) | |
| OKLCH | oklch(0.9119 0.0533 212.61) | color: oklch(0.9119 0.0533 212.61) | |
| Lab | lab(90.39 -13.51 -10.55) | color: lab(90.39 -13.51 -10.55) | |
| LCH | lch(90.39 17.14 217.99) | color: lch(90.39 17.14 217.99) |
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)
#D0D0F4 — rgb(208, 208, 244)
Deuteranopia (Green-blind)
#CDC9F4 — rgb(205, 201, 244)
Tritanopia (Blue-blind)
#BDF2F2 — rgb(189, 242, 242)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 80%, 85%);
text
color: hsl(191, 80%, 85%);
border
border: 2px solid hsl(191, 80%, 85%);
gradient light
background: linear-gradient(to right, hsl(191, 80%, 100%), hsl(191, 80%, 85%));
gradient dark
background: linear-gradient(to right, hsl(191, 80%, 85%), hsl(191, 80%, 65%))
hex
background-color: #BAECF7;
tailwind
bg-[hsl(191,80%,85%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 80%, 85%, 0.4);
css variable
--color-primary: hsl(191, 80%, 85%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 80%, 85%)?
HEX: #BAECF7 | RGB: rgb(186, 236, 247) | CMYK: 25%, 4%, 0%, 3% | HSV: 191°, 25%, 97%. Copy any format from the conversion table above.
What colors go well with #BAECF7?
The complementary color is HSL(11, 80%, 85%). For a triadic harmony, use hues 191°, 311°, and 71°. For analogous combinations, try hues 161° and 221°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(191, 80%, 85%) in CSS?
As HSL: color: hsl(191, 80%, 85%); — As HEX: color: #BAECF7; — As RGB: color: rgb(186, 236, 247); — Tailwind CSS: bg-[hsl(191,80%,85%)] — CSS variable: --color-primary: hsl(191, 80%, 85%);