HSL(241, 33%, 52%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,33%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 33%, 52%) | color: hsl(241, 33%, 52%) | |
| HEX | #5E5CAD | color: #5E5CAD | |
| RGB | rgb(94, 92, 173) | color: rgb(94, 92, 173) | |
| CMYK | cmyk(46%, 47%, 0%, 32%) | — | |
| HSV | hsv(241, 47%, 68%) | — | |
| HWB | hwb(241 36% 32%) | color: hwb(241 36% 32%) | |
| OKLCH | oklch(0.516 0.1253 282.19) | color: oklch(0.516 0.1253 282.19) | |
| Lab | lab(42.84 22.37 -43.22) | color: lab(42.84 22.37 -43.22) | |
| LCH | lch(42.84 48.67 297.37) | color: lch(42.84 48.67 297.37) |
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)
#5D5D99 — rgb(93, 93, 153)
Deuteranopia (Green-blind)
#5D5D95 — rgb(93, 93, 149)
Tritanopia (Blue-blind)
#5E8A87 — rgb(94, 138, 135)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 33%, 52%);
text
color: hsl(241, 33%, 52%);
border
border: 2px solid hsl(241, 33%, 52%);
gradient light
background: linear-gradient(to right, hsl(241, 33%, 72%), hsl(241, 33%, 52%));
gradient dark
background: linear-gradient(to right, hsl(241, 33%, 52%), hsl(241, 33%, 32%))
hex
background-color: #5E5CAD;
tailwind
bg-[hsl(241,33%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 33%, 52%, 0.4);
css variable
--color-primary: hsl(241, 33%, 52%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 33%, 52%)?
HEX: #5E5CAD | RGB: rgb(94, 92, 173) | CMYK: 46%, 47%, 0%, 32% | HSV: 241°, 47%, 68%. Copy any format from the conversion table above.
What colors go well with #5E5CAD?
The complementary color is HSL(61, 33%, 52%). For a triadic harmony, use hues 241°, 1°, and 121°. For analogous combinations, try hues 211° and 271°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(241, 33%, 52%) in CSS?
As HSL: color: hsl(241, 33%, 52%); — As HEX: color: #5E5CAD; — As RGB: color: rgb(94, 92, 173); — Tailwind CSS: bg-[hsl(241,33%,52%)] — CSS variable: --color-primary: hsl(241, 33%, 52%);