HSL(219, 50%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(219,50%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(219, 50%, 76%) | color: hsl(219, 50%, 76%) | |
| HEX | #A3B9E0 | color: #A3B9E0 | |
| RGB | rgb(163, 185, 224) | color: rgb(163, 185, 224) | |
| CMYK | cmyk(27%, 17%, 0%, 12%) | — | |
| HSV | hsv(218, 27%, 88%) | — | |
| HWB | hwb(218 64% 12%) | color: hwb(218 64% 12%) | |
| OKLCH | oklch(0.7825 0.0609 261.84) | color: oklch(0.7825 0.0609 261.84) | |
| Lab | lab(74.74 1.17 -21.99) | color: lab(74.74 1.17 -21.99) | |
| LCH | lch(74.74 22.02 273.05) | color: lch(74.74 22.02 273.05) |
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)
#ADADD7 — rgb(173, 173, 215)
Deuteranopia (Green-blind)
#ABAAD4 — rgb(171, 170, 212)
Tritanopia (Blue-blind)
#A4CFCD — rgb(164, 207, 205)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(219, 50%, 76%);
text
color: hsl(219, 50%, 76%);
border
border: 2px solid hsl(219, 50%, 76%);
gradient light
background: linear-gradient(to right, hsl(219, 50%, 96%), hsl(219, 50%, 76%));
gradient dark
background: linear-gradient(to right, hsl(219, 50%, 76%), hsl(219, 50%, 56%))
hex
background-color: #A3B9E0;
tailwind
bg-[hsl(219,50%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(219, 50%, 76%, 0.4);
css variable
--color-primary: hsl(219, 50%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(219, 50%, 76%)?
HEX: #A3B9E0 | RGB: rgb(163, 185, 224) | CMYK: 27%, 17%, 0%, 12% | HSV: 218°, 27%, 88%. Copy any format from the conversion table above.
What colors go well with #A3B9E0?
The complementary color is HSL(39, 50%, 76%). For a triadic harmony, use hues 219°, 339°, and 99°. For analogous combinations, try hues 189° and 249°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(219, 50%, 76%) in CSS?
As HSL: color: hsl(219, 50%, 76%); — As HEX: color: #A3B9E0; — As RGB: color: rgb(163, 185, 224); — Tailwind CSS: bg-[hsl(219,50%,76%)] — CSS variable: --color-primary: hsl(219, 50%, 76%);