HSL(188, 65%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,65%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 65%, 83%) | color: hsl(188, 65%, 83%) | |
| HEX | #B7E8F0 | color: #B7E8F0 | |
| RGB | rgb(183, 232, 240) | color: rgb(183, 232, 240) | |
| CMYK | cmyk(24%, 3%, 0%, 6%) | — | |
| HSV | hsv(188, 24%, 94%) | — | |
| HWB | hwb(188 71% 6%) | color: hwb(188 71% 6%) | |
| OKLCH | oklch(0.8995 0.0514 208.55) | color: oklch(0.8995 0.0514 208.55) | |
| Lab | lab(88.96 -13.9 -9.03) | color: lab(88.96 -13.9 -9.03) | |
| LCH | lch(88.96 16.58 213.01) | color: lch(88.96 16.58 213.01) |
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)
#CCCDEE — rgb(204, 205, 238)
Deuteranopia (Green-blind)
#C9C6EE — rgb(201, 198, 238)
Tritanopia (Blue-blind)
#B9EDEC — rgb(185, 237, 236)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 65%, 83%);
text
color: hsl(188, 65%, 83%);
border
border: 2px solid hsl(188, 65%, 83%);
gradient light
background: linear-gradient(to right, hsl(188, 65%, 100%), hsl(188, 65%, 83%));
gradient dark
background: linear-gradient(to right, hsl(188, 65%, 83%), hsl(188, 65%, 63%))
hex
background-color: #B7E8F0;
tailwind
bg-[hsl(188,65%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 65%, 83%, 0.4);
css variable
--color-primary: hsl(188, 65%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 65%, 83%)?
HEX: #B7E8F0 | RGB: rgb(183, 232, 240) | CMYK: 24%, 3%, 0%, 6% | HSV: 188°, 24%, 94%. Copy any format from the conversion table above.
What colors go well with #B7E8F0?
The complementary color is HSL(8, 65%, 83%). 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, 65%, 83%) in CSS?
As HSL: color: hsl(188, 65%, 83%); — As HEX: color: #B7E8F0; — As RGB: color: rgb(183, 232, 240); — Tailwind CSS: bg-[hsl(188,65%,83%)] — CSS variable: --color-primary: hsl(188, 65%, 83%);