HSL(211, 40%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,40%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 40%, 75%) | color: hsl(211, 40%, 75%) | |
| HEX | #A6BED9 | color: #A6BED9 | |
| RGB | rgb(166, 190, 217) | color: rgb(166, 190, 217) | |
| CMYK | cmyk(24%, 12%, 0%, 15%) | — | |
| HSV | hsv(212, 24%, 85%) | — | |
| HWB | hwb(212 65% 15%) | color: hwb(212 65% 15%) | |
| OKLCH | oklch(0.7924 0.0466 251.47) | color: oklch(0.7924 0.0466 251.47) | |
| Lab | lab(76.03 -2.26 -16.22) | color: lab(76.03 -2.26 -16.22) | |
| LCH | lch(76.03 16.38 262.07) | color: lch(76.03 16.38 262.07) |
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)
#B0B1D2 — rgb(176, 177, 210)
Deuteranopia (Green-blind)
#AFADD1 — rgb(175, 173, 209)
Tritanopia (Blue-blind)
#A7CDCC — rgb(167, 205, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 40%, 75%);
text
color: hsl(211, 40%, 75%);
border
border: 2px solid hsl(211, 40%, 75%);
gradient light
background: linear-gradient(to right, hsl(211, 40%, 95%), hsl(211, 40%, 75%));
gradient dark
background: linear-gradient(to right, hsl(211, 40%, 75%), hsl(211, 40%, 55%))
hex
background-color: #A6BED9;
tailwind
bg-[hsl(211,40%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 40%, 75%, 0.4);
css variable
--color-primary: hsl(211, 40%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 40%, 75%)?
HEX: #A6BED9 | RGB: rgb(166, 190, 217) | CMYK: 24%, 12%, 0%, 15% | HSV: 212°, 24%, 85%. Copy any format from the conversion table above.
What colors go well with #A6BED9?
The complementary color is HSL(31, 40%, 75%). 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, 40%, 75%) in CSS?
As HSL: color: hsl(211, 40%, 75%); — As HEX: color: #A6BED9; — As RGB: color: rgb(166, 190, 217); — Tailwind CSS: bg-[hsl(211,40%,75%)] — CSS variable: --color-primary: hsl(211, 40%, 75%);