HSL(232, 53%, 41%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(232,53%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(232, 53%, 41%) | color: hsl(232, 53%, 41%) | |
| HEX | #3140A0 | color: #3140A0 | |
| RGB | rgb(49, 64, 160) | color: rgb(49, 64, 160) | |
| CMYK | cmyk(69%, 60%, 0%, 37%) | — | |
| HSV | hsv(232, 69%, 63%) | — | |
| HWB | hwb(232 20% 37%) | color: hwb(232 20% 37%) | |
| OKLCH | oklch(0.4198 0.1555 271.26) | color: oklch(0.4198 0.1555 271.26) | |
| Lab | lab(31.48 26.93 -53.93) | color: lab(31.48 26.93 -53.93) | |
| LCH | lch(31.48 60.28 296.54) | color: lch(31.48 60.28 296.54) |
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)
#373889 — rgb(55, 56, 137)
Deuteranopia (Green-blind)
#373683 — rgb(55, 54, 131)
Tritanopia (Blue-blind)
#327672 — rgb(50, 118, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(232, 53%, 41%);
text
color: hsl(232, 53%, 41%);
border
border: 2px solid hsl(232, 53%, 41%);
gradient light
background: linear-gradient(to right, hsl(232, 53%, 61%), hsl(232, 53%, 41%));
gradient dark
background: linear-gradient(to right, hsl(232, 53%, 41%), hsl(232, 53%, 21%))
hex
background-color: #3140A0;
tailwind
bg-[hsl(232,53%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(232, 53%, 41%, 0.4);
css variable
--color-primary: hsl(232, 53%, 41%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(232, 53%, 41%)?
HEX: #3140A0 | RGB: rgb(49, 64, 160) | CMYK: 69%, 60%, 0%, 37% | HSV: 232°, 69%, 63%. Copy any format from the conversion table above.
What colors go well with #3140A0?
The complementary color is HSL(52, 53%, 41%). 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, 53%, 41%) in CSS?
As HSL: color: hsl(232, 53%, 41%); — As HEX: color: #3140A0; — As RGB: color: rgb(49, 64, 160); — Tailwind CSS: bg-[hsl(232,53%,41%)] — CSS variable: --color-primary: hsl(232, 53%, 41%);