HSL(232, 37%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,37%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 37%, 53%) | color: hsl(232, 37%, 53%) | |
| HEX | #5B67B3 | color: #5B67B3 | |
| RGB | rgb(91, 103, 179) | color: rgb(91, 103, 179) | |
| CMYK | cmyk(49%, 42%, 0%, 30%) | — | |
| HSV | hsv(232, 49%, 70%) | — | |
| HWB | hwb(232 36% 30%) | color: hwb(232 36% 30%) | |
| OKLCH | oklch(0.5397 0.1191 274.92) | color: oklch(0.5397 0.1191 274.92) | |
| Lab | lab(45.88 16.64 -41.91) | color: lab(45.88 16.64 -41.91) | |
| LCH | lch(45.88 45.09 291.66) | color: lch(45.88 45.09 291.66) |
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)
#6060A1 — rgb(96, 96, 161)
Deuteranopia (Green-blind)
#605F9C — rgb(96, 95, 156)
Tritanopia (Blue-blind)
#5C928F — rgb(92, 146, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 37%, 53%);
text
color: hsl(232, 37%, 53%);
border
border: 2px solid hsl(232, 37%, 53%);
gradient light
background: linear-gradient(to right, hsl(232, 37%, 73%), hsl(232, 37%, 53%));
gradient dark
background: linear-gradient(to right, hsl(232, 37%, 53%), hsl(232, 37%, 33%))
hex
background-color: #5B67B3;
tailwind
bg-[hsl(232,37%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 37%, 53%, 0.4);
css variable
--color-primary: hsl(232, 37%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 37%, 53%)?
HEX: #5B67B3 | RGB: rgb(91, 103, 179) | CMYK: 49%, 42%, 0%, 30% | HSV: 232°, 49%, 70%. Copy any format from the conversion table above.
What colors go well with #5B67B3?
The complementary color is HSL(52, 37%, 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, 37%, 53%) in CSS?
As HSL: color: hsl(232, 37%, 53%); — As HEX: color: #5B67B3; — As RGB: color: rgb(91, 103, 179); — Tailwind CSS: bg-[hsl(232,37%,53%)] — CSS variable: --color-primary: hsl(232, 37%, 53%);