HSL(253, 32%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(253,32%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(253, 32%, 53%) | color: hsl(253, 32%, 53%) | |
| HEX | #7161AE | color: #7161AE | |
| RGB | rgb(113, 97, 174) | color: rgb(113, 97, 174) | |
| CMYK | cmyk(35%, 44%, 0%, 32%) | — | |
| HSV | hsv(252, 44%, 68%) | — | |
| HWB | hwb(252 38% 32%) | color: hwb(252 38% 32%) | |
| OKLCH | oklch(0.5425 0.118 291.52) | color: oklch(0.5425 0.118 291.52) | |
| Lab | lab(45.79 24.58 -39.01) | color: lab(45.79 24.58 -39.01) | |
| LCH | lch(45.79 46.11 302.21) | color: lch(45.79 46.11 302.21) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#6A6A9B — rgb(106, 106, 155)
Deuteranopia (Green-blind)
#6B6C97 — rgb(107, 108, 151)
Tritanopia (Blue-blind)
#708D89 — rgb(112, 141, 137)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(253, 32%, 53%);
text
color: hsl(253, 32%, 53%);
border
border: 2px solid hsl(253, 32%, 53%);
gradient light
background: linear-gradient(to right, hsl(253, 32%, 73%), hsl(253, 32%, 53%));
gradient dark
background: linear-gradient(to right, hsl(253, 32%, 53%), hsl(253, 32%, 33%))
hex
background-color: #7161AE;
tailwind
bg-[hsl(253,32%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(253, 32%, 53%, 0.4);
css variable
--color-primary: hsl(253, 32%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(253, 32%, 53%)?
HEX: #7161AE | RGB: rgb(113, 97, 174) | CMYK: 35%, 44%, 0%, 32% | HSV: 252°, 44%, 68%. Copy any format from the conversion table above.
What colors go well with #7161AE?
The complementary color is HSL(73, 32%, 53%). 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%, 53%) in CSS?
As HSL: color: hsl(253, 32%, 53%); — As HEX: color: #7161AE; — As RGB: color: rgb(113, 97, 174); — Tailwind CSS: bg-[hsl(253,32%,53%)] — CSS variable: --color-primary: hsl(253, 32%, 53%);