HSL(237, 25%, 33%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(237,25%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 25%, 33%) | color: hsl(237, 25%, 33%) | |
| HEX | #3F4169 | color: #3F4169 | |
| RGB | rgb(63, 65, 105) | color: rgb(63, 65, 105) | |
| CMYK | cmyk(40%, 38%, 0%, 59%) | — | |
| HSV | hsv(237, 40%, 41%) | — | |
| HWB | hwb(237 25% 59%) | color: hwb(237 25% 59%) | |
| OKLCH | oklch(0.3922 0.0674 280.62) | color: oklch(0.3922 0.0674 280.62) | |
| Lab | lab(29.05 10.18 -23.64) | color: lab(29.05 10.18 -23.64) | |
| LCH | lch(29.05 25.74 293.3) | color: lch(29.05 25.74 293.3) |
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)
#40405F — rgb(64, 64, 95)
Deuteranopia (Green-blind)
#40405D — rgb(64, 64, 93)
Tritanopia (Blue-blind)
#3F5856 — rgb(63, 88, 86)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 25%, 33%);
text
color: hsl(237, 25%, 33%);
border
border: 2px solid hsl(237, 25%, 33%);
gradient light
background: linear-gradient(to right, hsl(237, 25%, 53%), hsl(237, 25%, 33%));
gradient dark
background: linear-gradient(to right, hsl(237, 25%, 33%), hsl(237, 25%, 13%))
hex
background-color: #3F4169;
tailwind
bg-[hsl(237,25%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 25%, 33%, 0.4);
css variable
--color-primary: hsl(237, 25%, 33%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(237, 25%, 33%)?
HEX: #3F4169 | RGB: rgb(63, 65, 105) | CMYK: 40%, 38%, 0%, 59% | HSV: 237°, 40%, 41%. Copy any format from the conversion table above.
What colors go well with #3F4169?
The complementary color is HSL(57, 25%, 33%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 25%, 33%) in CSS?
As HSL: color: hsl(237, 25%, 33%); — As HEX: color: #3F4169; — As RGB: color: rgb(63, 65, 105); — Tailwind CSS: bg-[hsl(237,25%,33%)] — CSS variable: --color-primary: hsl(237, 25%, 33%);