HSL(189, 60%, 82%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(189,60%,82%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(189, 60%, 82%) | color: hsl(189, 60%, 82%) | |
| HEX | #B6E4ED | color: #B6E4ED | |
| RGB | rgb(182, 228, 237) | color: rgb(182, 228, 237) | |
| CMYK | cmyk(23%, 4%, 0%, 7%) | — | |
| HSV | hsv(190, 23%, 93%) | — | |
| HWB | hwb(190 72% 7%) | color: hwb(190 72% 7%) | |
| OKLCH | oklch(0.8895 0.0491 210.87) | color: oklch(0.8895 0.0491 210.87) | |
| Lab | lab(87.75 -12.82 -9.26) | color: lab(87.75 -12.82 -9.26) | |
| LCH | lch(87.75 15.81 215.84) | color: lch(87.75 15.81 215.84) |
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)
#CACAEB — rgb(202, 202, 235)
Deuteranopia (Green-blind)
#C7C4EA — rgb(199, 196, 234)
Tritanopia (Blue-blind)
#B8E9E9 — rgb(184, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(189, 60%, 82%);
text
color: hsl(189, 60%, 82%);
border
border: 2px solid hsl(189, 60%, 82%);
gradient light
background: linear-gradient(to right, hsl(189, 60%, 100%), hsl(189, 60%, 82%));
gradient dark
background: linear-gradient(to right, hsl(189, 60%, 82%), hsl(189, 60%, 62%))
hex
background-color: #B6E4ED;
tailwind
bg-[hsl(189,60%,82%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(189, 60%, 82%, 0.4);
css variable
--color-primary: hsl(189, 60%, 82%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(189, 60%, 82%)?
HEX: #B6E4ED | RGB: rgb(182, 228, 237) | CMYK: 23%, 4%, 0%, 7% | HSV: 190°, 23%, 93%. Copy any format from the conversion table above.
What colors go well with #B6E4ED?
The complementary color is HSL(9, 60%, 82%). For a triadic harmony, use hues 189°, 309°, and 69°. For analogous combinations, try hues 159° and 219°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(189, 60%, 82%) in CSS?
As HSL: color: hsl(189, 60%, 82%); — As HEX: color: #B6E4ED; — As RGB: color: rgb(182, 228, 237); — Tailwind CSS: bg-[hsl(189,60%,82%)] — CSS variable: --color-primary: hsl(189, 60%, 82%);