HSL(211, 49%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,49%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 49%, 75%) | color: hsl(211, 49%, 75%) | |
| HEX | #A0BEDE | color: #A0BEDE | |
| RGB | rgb(160, 190, 222) | color: rgb(160, 190, 222) | |
| CMYK | cmyk(28%, 14%, 0%, 13%) | — | |
| HSV | hsv(211, 28%, 87%) | — | |
| HWB | hwb(211 63% 13%) | color: hwb(211 63% 13%) | |
| OKLCH | oklch(0.7901 0.0562 250.21) | color: oklch(0.7901 0.0562 250.21) | |
| Lab | lab(75.81 -2.89 -19.31) | color: lab(75.81 -2.89 -19.31) | |
| LCH | lch(75.81 19.53 261.49) | color: lch(75.81 19.53 261.49) |
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)
#ADADD6 — rgb(173, 173, 214)
Deuteranopia (Green-blind)
#ABA9D4 — rgb(171, 169, 212)
Tritanopia (Blue-blind)
#A2D0CF — rgb(162, 208, 207)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 49%, 75%);
text
color: hsl(211, 49%, 75%);
border
border: 2px solid hsl(211, 49%, 75%);
gradient light
background: linear-gradient(to right, hsl(211, 49%, 95%), hsl(211, 49%, 75%));
gradient dark
background: linear-gradient(to right, hsl(211, 49%, 75%), hsl(211, 49%, 55%))
hex
background-color: #A0BEDE;
tailwind
bg-[hsl(211,49%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 49%, 75%, 0.4);
css variable
--color-primary: hsl(211, 49%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 49%, 75%)?
HEX: #A0BEDE | RGB: rgb(160, 190, 222) | CMYK: 28%, 14%, 0%, 13% | HSV: 211°, 28%, 87%. Copy any format from the conversion table above.
What colors go well with #A0BEDE?
The complementary color is HSL(31, 49%, 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, 49%, 75%) in CSS?
As HSL: color: hsl(211, 49%, 75%); — As HEX: color: #A0BEDE; — As RGB: color: rgb(160, 190, 222); — Tailwind CSS: bg-[hsl(211,49%,75%)] — CSS variable: --color-primary: hsl(211, 49%, 75%);