HSL(232, 71%, 53%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,71%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 71%, 53%) | color: hsl(232, 71%, 53%) | |
| HEX | #3249DC | color: #3249DC | |
| RGB | rgb(50, 73, 220) | color: rgb(50, 73, 220) | |
| CMYK | cmyk(77%, 67%, 0%, 14%) | — | |
| HSV | hsv(232, 77%, 86%) | — | |
| HWB | hwb(232 20% 14%) | color: hwb(232 20% 14%) | |
| OKLCH | oklch(0.4906 0.223 268.97) | color: oklch(0.4906 0.223 268.97) | |
| Lab | lab(38.91 42.86 -77) | color: lab(38.91 42.86 -77) | |
| LCH | lch(38.91 88.12 299.1) | color: lch(38.91 88.12 299.1) |
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)
#3C3CB8 — rgb(60, 60, 184)
Deuteranopia (Green-blind)
#3B39B0 — rgb(59, 57, 176)
Tritanopia (Blue-blind)
#339C96 — rgb(51, 156, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 71%, 53%);
text
color: hsl(232, 71%, 53%);
border
border: 2px solid hsl(232, 71%, 53%);
gradient light
background: linear-gradient(to right, hsl(232, 71%, 73%), hsl(232, 71%, 53%));
gradient dark
background: linear-gradient(to right, hsl(232, 71%, 53%), hsl(232, 71%, 33%))
hex
background-color: #3249DC;
tailwind
bg-[hsl(232,71%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 71%, 53%, 0.4);
css variable
--color-primary: hsl(232, 71%, 53%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 71%, 53%)?
HEX: #3249DC | RGB: rgb(50, 73, 220) | CMYK: 77%, 67%, 0%, 14% | HSV: 232°, 77%, 86%. Copy any format from the conversion table above.
What colors go well with #3249DC?
The complementary color is HSL(52, 71%, 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, 71%, 53%) in CSS?
As HSL: color: hsl(232, 71%, 53%); — As HEX: color: #3249DC; — As RGB: color: rgb(50, 73, 220); — Tailwind CSS: bg-[hsl(232,71%,53%)] — CSS variable: --color-primary: hsl(232, 71%, 53%);