HSL(233, 32%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,32%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 32%, 53%) | color: hsl(233, 32%, 53%) | |
| HEX | #616AAE | color: #616AAE | |
| RGB | rgb(97, 106, 174) | color: rgb(97, 106, 174) | |
| CMYK | cmyk(44%, 39%, 0%, 32%) | — | |
| HSV | hsv(233, 44%, 68%) | — | |
| HWB | hwb(233 38% 32%) | color: hwb(233 38% 32%) | |
| OKLCH | oklch(0.5473 0.1062 276.58) | color: oklch(0.5473 0.1062 276.58) | |
| Lab | lab(46.85 14.74 -37.43) | color: lab(46.85 14.74 -37.43) | |
| LCH | lch(46.85 40.23 291.49) | color: lch(46.85 40.23 291.49) |
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)
#64649A — rgb(100, 100, 154)
Tritanopia (Blue-blind)
#61918E — rgb(97, 145, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 32%, 53%);
text
color: hsl(233, 32%, 53%);
border
border: 2px solid hsl(233, 32%, 53%);
gradient light
background: linear-gradient(to right, hsl(233, 32%, 73%), hsl(233, 32%, 53%));
gradient dark
background: linear-gradient(to right, hsl(233, 32%, 53%), hsl(233, 32%, 33%))
hex
background-color: #616AAE;
tailwind
bg-[hsl(233,32%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 32%, 53%, 0.4);
css variable
--color-primary: hsl(233, 32%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 32%, 53%)?
HEX: #616AAE | RGB: rgb(97, 106, 174) | CMYK: 44%, 39%, 0%, 32% | HSV: 233°, 44%, 68%. Copy any format from the conversion table above.
What colors go well with #616AAE?
The complementary color is HSL(53, 32%, 53%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 32%, 53%) in CSS?
As HSL: color: hsl(233, 32%, 53%); — As HEX: color: #616AAE; — As RGB: color: rgb(97, 106, 174); — Tailwind CSS: bg-[hsl(233,32%,53%)] — CSS variable: --color-primary: hsl(233, 32%, 53%);