HSL(252, 23%, 68%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(252,23%,68%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(252, 23%, 68%) | color: hsl(252, 23%, 68%) | |
| HEX | #A29BC0 | color: #A29BC0 | |
| RGB | rgb(162, 155, 192) | color: rgb(162, 155, 192) | |
| CMYK | cmyk(16%, 19%, 0%, 25%) | — | |
| HSV | hsv(251, 19%, 75%) | — | |
| HWB | hwb(251 61% 25%) | color: hwb(251 61% 25%) | |
| OKLCH | oklch(0.7081 0.0539 293.65) | color: oklch(0.7081 0.0539 293.65) | |
| Lab | lab(65.69 10.08 -18.14) | color: lab(65.69 10.08 -18.14) | |
| LCH | lch(65.69 20.75 299.06) | color: lch(65.69 20.75 299.06) |
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)
#9F9FB7 — rgb(159, 159, 183)
Deuteranopia (Green-blind)
#9FA0B5 — rgb(159, 160, 181)
Tritanopia (Blue-blind)
#A2B0AE — rgb(162, 176, 174)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(252, 23%, 68%);
text
color: hsl(252, 23%, 68%);
border
border: 2px solid hsl(252, 23%, 68%);
gradient light
background: linear-gradient(to right, hsl(252, 23%, 88%), hsl(252, 23%, 68%));
gradient dark
background: linear-gradient(to right, hsl(252, 23%, 68%), hsl(252, 23%, 48%))
hex
background-color: #A29BC0;
tailwind
bg-[hsl(252,23%,68%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(252, 23%, 68%, 0.4);
css variable
--color-primary: hsl(252, 23%, 68%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(252, 23%, 68%)?
HEX: #A29BC0 | RGB: rgb(162, 155, 192) | CMYK: 16%, 19%, 0%, 25% | HSV: 251°, 19%, 75%. Copy any format from the conversion table above.
What colors go well with #A29BC0?
The complementary color is HSL(72, 23%, 68%). For a triadic harmony, use hues 252°, 12°, and 132°. For analogous combinations, try hues 222° and 282°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(252, 23%, 68%) in CSS?
As HSL: color: hsl(252, 23%, 68%); — As HEX: color: #A29BC0; — As RGB: color: rgb(162, 155, 192); — Tailwind CSS: bg-[hsl(252,23%,68%)] — CSS variable: --color-primary: hsl(252, 23%, 68%);