HSL(232, 32%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,32%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 32%, 53%) | color: hsl(232, 32%, 53%) | |
| HEX | #616BAE | color: #616BAE | |
| RGB | rgb(97, 107, 174) | color: rgb(97, 107, 174) | |
| CMYK | cmyk(44%, 39%, 0%, 32%) | — | |
| HSV | hsv(232, 44%, 68%) | — | |
| HWB | hwb(232 38% 32%) | color: hwb(232 38% 32%) | |
| OKLCH | oklch(0.5494 0.1048 275.95) | color: oklch(0.5494 0.1048 275.95) | |
| Lab | lab(47.12 14.13 -37) | color: lab(47.12 14.13 -37) | |
| LCH | lch(47.12 39.61 290.9) | color: lch(47.12 39.61 290.9) |
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)
#65659E — rgb(101, 101, 158)
Deuteranopia (Green-blind)
#65649A — rgb(101, 100, 154)
Tritanopia (Blue-blind)
#62918E — rgb(98, 145, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 32%, 53%);
text
color: hsl(232, 32%, 53%);
border
border: 2px solid hsl(232, 32%, 53%);
gradient light
background: linear-gradient(to right, hsl(232, 32%, 73%), hsl(232, 32%, 53%));
gradient dark
background: linear-gradient(to right, hsl(232, 32%, 53%), hsl(232, 32%, 33%))
hex
background-color: #616BAE;
tailwind
bg-[hsl(232,32%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 32%, 53%, 0.4);
css variable
--color-primary: hsl(232, 32%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 32%, 53%)?
HEX: #616BAE | RGB: rgb(97, 107, 174) | CMYK: 44%, 39%, 0%, 32% | HSV: 232°, 44%, 68%. Copy any format from the conversion table above.
What colors go well with #616BAE?
The complementary color is HSL(52, 32%, 53%). For a triadic harmony, use hues 232°, 352°, and 112°. For analogous combinations, try hues 202° and 262°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(232, 32%, 53%) in CSS?
As HSL: color: hsl(232, 32%, 53%); — As HEX: color: #616BAE; — As RGB: color: rgb(97, 107, 174); — Tailwind CSS: bg-[hsl(232,32%,53%)] — CSS variable: --color-primary: hsl(232, 32%, 53%);