HSL(166, 19%, 76%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(166,19%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 19%, 76%) | color: hsl(166, 19%, 76%) | |
| HEX | #B6CDC8 | color: #B6CDC8 | |
| RGB | rgb(182, 205, 200) | color: rgb(182, 205, 200) | |
| CMYK | cmyk(11%, 0%, 2%, 20%) | — | |
| HSV | hsv(167, 11%, 80%) | — | |
| HWB | hwb(167 71% 20%) | color: hwb(167 71% 20%) | |
| OKLCH | oklch(0.8296 0.0258 181.13) | color: oklch(0.8296 0.0258 181.13) | |
| Lab | lab(80.61 -8.7 -0.14) | color: lab(80.61 -8.7 -0.14) | |
| LCH | lch(80.61 8.7 180.92) | color: lch(80.61 8.7 180.92) |
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)
#C0C0C9 — rgb(192, 192, 201)
Deuteranopia (Green-blind)
#BFBDCA — rgb(191, 189, 202)
Tritanopia (Blue-blind)
#B7CACA — rgb(183, 202, 202)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 19%, 76%);
text
color: hsl(166, 19%, 76%);
border
border: 2px solid hsl(166, 19%, 76%);
gradient light
background: linear-gradient(to right, hsl(166, 19%, 96%), hsl(166, 19%, 76%));
gradient dark
background: linear-gradient(to right, hsl(166, 19%, 76%), hsl(166, 19%, 56%))
hex
background-color: #B6CDC8;
tailwind
bg-[hsl(166,19%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 19%, 76%, 0.4);
css variable
--color-primary: hsl(166, 19%, 76%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 19%, 76%)?
HEX: #B6CDC8 | RGB: rgb(182, 205, 200) | CMYK: 11%, 0%, 2%, 20% | HSV: 167°, 11%, 80%. Copy any format from the conversion table above.
What colors go well with #B6CDC8?
The complementary color is HSL(346, 19%, 76%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 19%, 76%) in CSS?
As HSL: color: hsl(166, 19%, 76%); — As HEX: color: #B6CDC8; — As RGB: color: rgb(182, 205, 200); — Tailwind CSS: bg-[hsl(166,19%,76%)] — CSS variable: --color-primary: hsl(166, 19%, 76%);