HSL(253, 32%, 72%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(253,32%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 32%, 72%) | color: hsl(253, 32%, 72%) | |
| HEX | #ABA1CE | color: #ABA1CE | |
| RGB | rgb(171, 161, 206) | color: rgb(171, 161, 206) | |
| CMYK | cmyk(17%, 22%, 0%, 19%) | — | |
| HSV | hsv(253, 22%, 81%) | — | |
| HWB | hwb(253 63% 19%) | color: hwb(253 63% 19%) | |
| OKLCH | oklch(0.733 0.0652 294.93) | color: oklch(0.733 0.0652 294.93) | |
| Lab | lab(68.46 12.73 -21.64) | color: lab(68.46 12.73 -21.64) | |
| LCH | lch(68.46 25.11 300.47) | color: lch(68.46 25.11 300.47) |
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)
#A7A7C3 — rgb(167, 167, 195)
Deuteranopia (Green-blind)
#A7A8C1 — rgb(167, 168, 193)
Tritanopia (Blue-blind)
#ABBBB9 — rgb(171, 187, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 32%, 72%);
text
color: hsl(253, 32%, 72%);
border
border: 2px solid hsl(253, 32%, 72%);
gradient light
background: linear-gradient(to right, hsl(253, 32%, 92%), hsl(253, 32%, 72%));
gradient dark
background: linear-gradient(to right, hsl(253, 32%, 72%), hsl(253, 32%, 52%))
hex
background-color: #ABA1CE;
tailwind
bg-[hsl(253,32%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 32%, 72%, 0.4);
css variable
--color-primary: hsl(253, 32%, 72%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 32%, 72%)?
HEX: #ABA1CE | RGB: rgb(171, 161, 206) | CMYK: 17%, 22%, 0%, 19% | HSV: 253°, 22%, 81%. Copy any format from the conversion table above.
What colors go well with #ABA1CE?
The complementary color is HSL(73, 32%, 72%). For a triadic harmony, use hues 253°, 13°, and 133°. For analogous combinations, try hues 223° and 283°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(253, 32%, 72%) in CSS?
As HSL: color: hsl(253, 32%, 72%); — As HEX: color: #ABA1CE; — As RGB: color: rgb(171, 161, 206); — Tailwind CSS: bg-[hsl(253,32%,72%)] — CSS variable: --color-primary: hsl(253, 32%, 72%);