HSL(188, 68%, 83%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,68%,83%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 68%, 83%) | color: hsl(188, 68%, 83%) | |
| HEX | #B6E9F1 | color: #B6E9F1 | |
| RGB | rgb(182, 233, 241) | color: rgb(182, 233, 241) | |
| CMYK | cmyk(24%, 3%, 0%, 5%) | — | |
| HSV | hsv(188, 24%, 95%) | — | |
| HWB | hwb(188 72% 5%) | color: hwb(188 72% 5%) | |
| OKLCH | oklch(0.9013 0.0533 208.09) | color: oklch(0.9013 0.0533 208.09) | |
| Lab | lab(89.19 -14.48 -9.21) | color: lab(89.19 -14.48 -9.21) | |
| LCH | lch(89.19 17.16 212.46) | color: lch(89.19 17.16 212.46) |
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)
#CCCDEF — rgb(204, 205, 239)
Deuteranopia (Green-blind)
#C9C5EF — rgb(201, 197, 239)
Tritanopia (Blue-blind)
#B9EEED — rgb(185, 238, 237)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 68%, 83%);
text
color: hsl(188, 68%, 83%);
border
border: 2px solid hsl(188, 68%, 83%);
gradient light
background: linear-gradient(to right, hsl(188, 68%, 100%), hsl(188, 68%, 83%));
gradient dark
background: linear-gradient(to right, hsl(188, 68%, 83%), hsl(188, 68%, 63%))
hex
background-color: #B6E9F1;
tailwind
bg-[hsl(188,68%,83%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 68%, 83%, 0.4);
css variable
--color-primary: hsl(188, 68%, 83%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 68%, 83%)?
HEX: #B6E9F1 | RGB: rgb(182, 233, 241) | CMYK: 24%, 3%, 0%, 5% | HSV: 188°, 24%, 95%. Copy any format from the conversion table above.
What colors go well with #B6E9F1?
The complementary color is HSL(8, 68%, 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, 68%, 83%) in CSS?
As HSL: color: hsl(188, 68%, 83%); — As HEX: color: #B6E9F1; — As RGB: color: rgb(182, 233, 241); — Tailwind CSS: bg-[hsl(188,68%,83%)] — CSS variable: --color-primary: hsl(188, 68%, 83%);