HSL(221, 47%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(221,47%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(221, 47%, 44%) | color: hsl(221, 47%, 44%) | |
| HEX | #3B5DA5 | color: #3B5DA5 | |
| RGB | rgb(59, 93, 165) | color: rgb(59, 93, 165) | |
| CMYK | cmyk(64%, 44%, 0%, 35%) | — | |
| HSV | hsv(221, 64%, 65%) | — | |
| HWB | hwb(221 23% 35%) | color: hwb(221 23% 35%) | |
| OKLCH | oklch(0.4897 0.1222 263.51) | color: oklch(0.4897 0.1222 263.51) | |
| Lab | lab(40.37 11.35 -42.56) | color: lab(40.37 11.35 -42.56) | |
| LCH | lch(40.37 44.05 284.93) | color: lch(40.37 44.05 284.93) |
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)
#4A4A94 — rgb(74, 74, 148)
Deuteranopia (Green-blind)
#48458F — rgb(72, 69, 143)
Tritanopia (Blue-blind)
#3D8683 — rgb(61, 134, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(221, 47%, 44%);
text
color: hsl(221, 47%, 44%);
border
border: 2px solid hsl(221, 47%, 44%);
gradient light
background: linear-gradient(to right, hsl(221, 47%, 64%), hsl(221, 47%, 44%));
gradient dark
background: linear-gradient(to right, hsl(221, 47%, 44%), hsl(221, 47%, 24%))
hex
background-color: #3B5DA5;
tailwind
bg-[hsl(221,47%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(221, 47%, 44%, 0.4);
css variable
--color-primary: hsl(221, 47%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(221, 47%, 44%)?
HEX: #3B5DA5 | RGB: rgb(59, 93, 165) | CMYK: 64%, 44%, 0%, 35% | HSV: 221°, 64%, 65%. Copy any format from the conversion table above.
What colors go well with #3B5DA5?
The complementary color is HSL(41, 47%, 44%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(221, 47%, 44%) in CSS?
As HSL: color: hsl(221, 47%, 44%); — As HEX: color: #3B5DA5; — As RGB: color: rgb(59, 93, 165); — Tailwind CSS: bg-[hsl(221,47%,44%)] — CSS variable: --color-primary: hsl(221, 47%, 44%);