HSL(191, 59%, 81%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(191,59%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(191, 59%, 81%) | color: hsl(191, 59%, 81%) | |
| HEX | #B2E1EB | color: #B2E1EB | |
| RGB | rgb(178, 225, 235) | color: rgb(178, 225, 235) | |
| CMYK | cmyk(24%, 4%, 0%, 8%) | — | |
| HSV | hsv(191, 24%, 92%) | — | |
| HWB | hwb(191 70% 8%) | color: hwb(191 70% 8%) | |
| OKLCH | oklch(0.88 0.0504 212.1) | color: oklch(0.88 0.0504 212.1) | |
| Lab | lab(86.66 -12.92 -9.85) | color: lab(86.66 -12.92 -9.85) | |
| LCH | lch(86.66 16.25 217.32) | color: lch(86.66 16.25 217.32) |
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)
#C6C7E9 — rgb(198, 199, 233)
Deuteranopia (Green-blind)
#C4C0E8 — rgb(196, 192, 232)
Tritanopia (Blue-blind)
#B4E7E6 — rgb(180, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(191, 59%, 81%);
text
color: hsl(191, 59%, 81%);
border
border: 2px solid hsl(191, 59%, 81%);
gradient light
background: linear-gradient(to right, hsl(191, 59%, 100%), hsl(191, 59%, 81%));
gradient dark
background: linear-gradient(to right, hsl(191, 59%, 81%), hsl(191, 59%, 61%))
hex
background-color: #B2E1EB;
tailwind
bg-[hsl(191,59%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(191, 59%, 81%, 0.4);
css variable
--color-primary: hsl(191, 59%, 81%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(191, 59%, 81%)?
HEX: #B2E1EB | RGB: rgb(178, 225, 235) | CMYK: 24%, 4%, 0%, 8% | HSV: 191°, 24%, 92%. Copy any format from the conversion table above.
What colors go well with #B2E1EB?
The complementary color is HSL(11, 59%, 81%). 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, 59%, 81%) in CSS?
As HSL: color: hsl(191, 59%, 81%); — As HEX: color: #B2E1EB; — As RGB: color: rgb(178, 225, 235); — Tailwind CSS: bg-[hsl(191,59%,81%)] — CSS variable: --color-primary: hsl(191, 59%, 81%);