HSL(211, 45%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,45%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 45%, 76%) | color: hsl(211, 45%, 76%) | |
| HEX | #A6C1DD | color: #A6C1DD | |
| RGB | rgb(166, 193, 221) | color: rgb(166, 193, 221) | |
| CMYK | cmyk(25%, 13%, 0%, 13%) | — | |
| HSV | hsv(211, 25%, 87%) | — | |
| HWB | hwb(211 65% 13%) | color: hwb(211 65% 13%) | |
| OKLCH | oklch(0.8001 0.0495 249.4) | color: oklch(0.8001 0.0495 249.4) | |
| Lab | lab(76.96 -2.95 -16.98) | color: lab(76.96 -2.95 -16.98) | |
| LCH | lch(76.96 17.23 260.14) | color: lch(76.96 17.23 260.14) |
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)
#B2B2D6 — rgb(178, 178, 214)
Deuteranopia (Green-blind)
#B0AED5 — rgb(176, 174, 213)
Tritanopia (Blue-blind)
#A7D1D0 — rgb(167, 209, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 45%, 76%);
text
color: hsl(211, 45%, 76%);
border
border: 2px solid hsl(211, 45%, 76%);
gradient light
background: linear-gradient(to right, hsl(211, 45%, 96%), hsl(211, 45%, 76%));
gradient dark
background: linear-gradient(to right, hsl(211, 45%, 76%), hsl(211, 45%, 56%))
hex
background-color: #A6C1DD;
tailwind
bg-[hsl(211,45%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 45%, 76%, 0.4);
css variable
--color-primary: hsl(211, 45%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 45%, 76%)?
HEX: #A6C1DD | RGB: rgb(166, 193, 221) | CMYK: 25%, 13%, 0%, 13% | HSV: 211°, 25%, 87%. Copy any format from the conversion table above.
What colors go well with #A6C1DD?
The complementary color is HSL(31, 45%, 76%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 45%, 76%) in CSS?
As HSL: color: hsl(211, 45%, 76%); — As HEX: color: #A6C1DD; — As RGB: color: rgb(166, 193, 221); — Tailwind CSS: bg-[hsl(211,45%,76%)] — CSS variable: --color-primary: hsl(211, 45%, 76%);