HSL(229, 41%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,41%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 41%, 74%) | color: hsl(229, 41%, 74%) | |
| HEX | #A2ABD8 | color: #A2ABD8 | |
| RGB | rgb(162, 171, 216) | color: rgb(162, 171, 216) | |
| CMYK | cmyk(25%, 21%, 0%, 15%) | — | |
| HSV | hsv(230, 25%, 85%) | — | |
| HWB | hwb(230 64% 15%) | color: hwb(230 64% 15%) | |
| OKLCH | oklch(0.7499 0.0656 275.89) | color: oklch(0.7499 0.0656 275.89) | |
| Lab | lab(70.71 6.66 -23.78) | color: lab(70.71 6.66 -23.78) | |
| LCH | lch(70.71 24.7 285.65) | color: lch(70.71 24.7 285.65) |
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)
#A6A6CD — rgb(166, 166, 205)
Deuteranopia (Green-blind)
#A5A5CB — rgb(165, 165, 203)
Tritanopia (Blue-blind)
#A2C5C3 — rgb(162, 197, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 41%, 74%);
text
color: hsl(229, 41%, 74%);
border
border: 2px solid hsl(229, 41%, 74%);
gradient light
background: linear-gradient(to right, hsl(229, 41%, 94%), hsl(229, 41%, 74%));
gradient dark
background: linear-gradient(to right, hsl(229, 41%, 74%), hsl(229, 41%, 54%))
hex
background-color: #A2ABD8;
tailwind
bg-[hsl(229,41%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 41%, 74%, 0.4);
css variable
--color-primary: hsl(229, 41%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 41%, 74%)?
HEX: #A2ABD8 | RGB: rgb(162, 171, 216) | CMYK: 25%, 21%, 0%, 15% | HSV: 230°, 25%, 85%. Copy any format from the conversion table above.
What colors go well with #A2ABD8?
The complementary color is HSL(49, 41%, 74%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 41%, 74%) in CSS?
As HSL: color: hsl(229, 41%, 74%); — As HEX: color: #A2ABD8; — As RGB: color: rgb(162, 171, 216); — Tailwind CSS: bg-[hsl(229,41%,74%)] — CSS variable: --color-primary: hsl(229, 41%, 74%);