HSL(241, 75%, 54%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(241,75%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(241, 75%, 54%) | color: hsl(241, 75%, 54%) | |
| HEX | #3532E2 | color: #3532E2 | |
| RGB | rgb(53, 50, 226) | color: rgb(53, 50, 226) | |
| CMYK | cmyk(77%, 78%, 0%, 11%) | — | |
| HSV | hsv(241, 78%, 89%) | — | |
| HWB | hwb(241 20% 11%) | color: hwb(241 20% 11%) | |
| OKLCH | oklch(0.4652 0.2513 271.67) | color: oklch(0.4652 0.2513 271.67) | |
| Lab | lab(35.06 57.9 -86.79) | color: lab(35.06 57.9 -86.79) | |
| LCH | lch(35.06 104.33 303.71) | color: lch(35.06 104.33 303.71) |
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)
#3434B7 — rgb(52, 52, 183)
Deuteranopia (Green-blind)
#3434AD — rgb(52, 52, 173)
Tritanopia (Blue-blind)
#35968E — rgb(53, 150, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(241, 75%, 54%);
text
color: hsl(241, 75%, 54%);
border
border: 2px solid hsl(241, 75%, 54%);
gradient light
background: linear-gradient(to right, hsl(241, 75%, 74%), hsl(241, 75%, 54%));
gradient dark
background: linear-gradient(to right, hsl(241, 75%, 54%), hsl(241, 75%, 34%))
hex
background-color: #3532E2;
tailwind
bg-[hsl(241,75%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(241, 75%, 54%, 0.4);
css variable
--color-primary: hsl(241, 75%, 54%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(241, 75%, 54%)?
HEX: #3532E2 | RGB: rgb(53, 50, 226) | CMYK: 77%, 78%, 0%, 11% | HSV: 241°, 78%, 89%. Copy any format from the conversion table above.
What colors go well with #3532E2?
The complementary color is HSL(61, 75%, 54%). 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, 75%, 54%) in CSS?
As HSL: color: hsl(241, 75%, 54%); — As HEX: color: #3532E2; — As RGB: color: rgb(53, 50, 226); — Tailwind CSS: bg-[hsl(241,75%,54%)] — CSS variable: --color-primary: hsl(241, 75%, 54%);