HSL(196, 40%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(196,40%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(196, 40%, 77%) | color: hsl(196, 40%, 77%) | |
| HEX | #ADCFDC | color: #ADCFDC | |
| RGB | rgb(173, 207, 220) | color: rgb(173, 207, 220) | |
| CMYK | cmyk(21%, 6%, 0%, 14%) | — | |
| HSV | hsv(197, 21%, 86%) | — | |
| HWB | hwb(197 68% 14%) | color: hwb(197 68% 14%) | |
| OKLCH | oklch(0.8339 0.0405 222.99) | color: oklch(0.8339 0.0405 222.99) | |
| Lab | lab(81.11 -8.45 -10.18) | color: lab(81.11 -8.45 -10.18) | |
| LCH | lch(81.11 13.23 230.31) | color: lch(81.11 13.23 230.31) |
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)
#BCBCD9 — rgb(188, 188, 217)
Deuteranopia (Green-blind)
#BAB7D8 — rgb(186, 183, 216)
Tritanopia (Blue-blind)
#AFD6D6 — rgb(175, 214, 214)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(196, 40%, 77%);
text
color: hsl(196, 40%, 77%);
border
border: 2px solid hsl(196, 40%, 77%);
gradient light
background: linear-gradient(to right, hsl(196, 40%, 97%), hsl(196, 40%, 77%));
gradient dark
background: linear-gradient(to right, hsl(196, 40%, 77%), hsl(196, 40%, 57%))
hex
background-color: #ADCFDC;
tailwind
bg-[hsl(196,40%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(196, 40%, 77%, 0.4);
css variable
--color-primary: hsl(196, 40%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(196, 40%, 77%)?
HEX: #ADCFDC | RGB: rgb(173, 207, 220) | CMYK: 21%, 6%, 0%, 14% | HSV: 197°, 21%, 86%. Copy any format from the conversion table above.
What colors go well with #ADCFDC?
The complementary color is HSL(16, 40%, 77%). For a triadic harmony, use hues 196°, 316°, and 76°. For analogous combinations, try hues 166° and 226°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(196, 40%, 77%) in CSS?
As HSL: color: hsl(196, 40%, 77%); — As HEX: color: #ADCFDC; — As RGB: color: rgb(173, 207, 220); — Tailwind CSS: bg-[hsl(196,40%,77%)] — CSS variable: --color-primary: hsl(196, 40%, 77%);