HSL(226, 30%, 74%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(226,30%,74%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(226, 30%, 74%) | color: hsl(226, 30%, 74%) | |
| HEX | #A9B2D1 | color: #A9B2D1 | |
| RGB | rgb(169, 178, 209) | color: rgb(169, 178, 209) | |
| CMYK | cmyk(19%, 15%, 0%, 18%) | — | |
| HSV | hsv(227, 19%, 82%) | — | |
| HWB | hwb(227 66% 18%) | color: hwb(227 66% 18%) | |
| OKLCH | oklch(0.7668 0.0455 272.53) | color: oklch(0.7668 0.0455 272.53) | |
| Lab | lab(72.81 3.36 -16.7) | color: lab(72.81 3.36 -16.7) | |
| LCH | lch(72.81 17.03 281.38) | color: lch(72.81 17.03 281.38) |
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)
#ADADC9 — rgb(173, 173, 201)
Deuteranopia (Green-blind)
#ACACC8 — rgb(172, 172, 200)
Tritanopia (Blue-blind)
#A9C4C2 — rgb(169, 196, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(226, 30%, 74%);
text
color: hsl(226, 30%, 74%);
border
border: 2px solid hsl(226, 30%, 74%);
gradient light
background: linear-gradient(to right, hsl(226, 30%, 94%), hsl(226, 30%, 74%));
gradient dark
background: linear-gradient(to right, hsl(226, 30%, 74%), hsl(226, 30%, 54%))
hex
background-color: #A9B2D1;
tailwind
bg-[hsl(226,30%,74%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(226, 30%, 74%, 0.4);
css variable
--color-primary: hsl(226, 30%, 74%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(226, 30%, 74%)?
HEX: #A9B2D1 | RGB: rgb(169, 178, 209) | CMYK: 19%, 15%, 0%, 18% | HSV: 227°, 19%, 82%. Copy any format from the conversion table above.
What colors go well with #A9B2D1?
The complementary color is HSL(46, 30%, 74%). For a triadic harmony, use hues 226°, 346°, and 106°. For analogous combinations, try hues 196° and 256°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(226, 30%, 74%) in CSS?
As HSL: color: hsl(226, 30%, 74%); — As HEX: color: #A9B2D1; — As RGB: color: rgb(169, 178, 209); — Tailwind CSS: bg-[hsl(226,30%,74%)] — CSS variable: --color-primary: hsl(226, 30%, 74%);