HSL(249, 30%, 70%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(249,30%,70%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(249, 30%, 70%) | color: hsl(249, 30%, 70%) | |
| HEX | #A29CC9 | color: #A29CC9 | |
| RGB | rgb(162, 156, 201) | color: rgb(162, 156, 201) | |
| CMYK | cmyk(19%, 22%, 0%, 21%) | — | |
| HSV | hsv(248, 22%, 79%) | — | |
| HWB | hwb(248 62% 21%) | color: hwb(248 62% 21%) | |
| OKLCH | oklch(0.7136 0.0652 290.76) | color: oklch(0.7136 0.0652 290.76) | |
| Lab | lab(66.27 11.55 -22.27) | color: lab(66.27 11.55 -22.27) | |
| LCH | lch(66.27 25.09 297.41) | color: lch(66.27 25.09 297.41) |
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)
#9F9FBE — rgb(159, 159, 190)
Deuteranopia (Green-blind)
#A0A0BC — rgb(160, 160, 188)
Tritanopia (Blue-blind)
#A2B6B4 — rgb(162, 182, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(249, 30%, 70%);
text
color: hsl(249, 30%, 70%);
border
border: 2px solid hsl(249, 30%, 70%);
gradient light
background: linear-gradient(to right, hsl(249, 30%, 90%), hsl(249, 30%, 70%));
gradient dark
background: linear-gradient(to right, hsl(249, 30%, 70%), hsl(249, 30%, 50%))
hex
background-color: #A29CC9;
tailwind
bg-[hsl(249,30%,70%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(249, 30%, 70%, 0.4);
css variable
--color-primary: hsl(249, 30%, 70%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(249, 30%, 70%)?
HEX: #A29CC9 | RGB: rgb(162, 156, 201) | CMYK: 19%, 22%, 0%, 21% | HSV: 248°, 22%, 79%. Copy any format from the conversion table above.
What colors go well with #A29CC9?
The complementary color is HSL(69, 30%, 70%). For a triadic harmony, use hues 249°, 9°, and 129°. For analogous combinations, try hues 219° and 279°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(249, 30%, 70%) in CSS?
As HSL: color: hsl(249, 30%, 70%); — As HEX: color: #A29CC9; — As RGB: color: rgb(162, 156, 201); — Tailwind CSS: bg-[hsl(249,30%,70%)] — CSS variable: --color-primary: hsl(249, 30%, 70%);