HSL(233, 46%, 44%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,46%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 46%, 44%) | color: hsl(233, 46%, 44%) | |
| HEX | #3D49A4 | color: #3D49A4 | |
| RGB | rgb(61, 73, 164) | color: rgb(61, 73, 164) | |
| CMYK | cmyk(63%, 55%, 0%, 36%) | — | |
| HSV | hsv(233, 63%, 64%) | — | |
| HWB | hwb(233 24% 36%) | color: hwb(233 24% 36%) | |
| OKLCH | oklch(0.4481 0.146 273.34) | color: oklch(0.4481 0.146 273.34) | |
| Lab | lab(34.88 24.41 -50.79) | color: lab(34.88 24.41 -50.79) | |
| LCH | lch(34.88 56.35 295.67) | color: lch(34.88 56.35 295.67) |
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)
#42428E — rgb(66, 66, 142)
Deuteranopia (Green-blind)
#424189 — rgb(66, 65, 137)
Tritanopia (Blue-blind)
#3E7D79 — rgb(62, 125, 121)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 46%, 44%);
text
color: hsl(233, 46%, 44%);
border
border: 2px solid hsl(233, 46%, 44%);
gradient light
background: linear-gradient(to right, hsl(233, 46%, 64%), hsl(233, 46%, 44%));
gradient dark
background: linear-gradient(to right, hsl(233, 46%, 44%), hsl(233, 46%, 24%))
hex
background-color: #3D49A4;
tailwind
bg-[hsl(233,46%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 46%, 44%, 0.4);
css variable
--color-primary: hsl(233, 46%, 44%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 46%, 44%)?
HEX: #3D49A4 | RGB: rgb(61, 73, 164) | CMYK: 63%, 55%, 0%, 36% | HSV: 233°, 63%, 64%. Copy any format from the conversion table above.
What colors go well with #3D49A4?
The complementary color is HSL(53, 46%, 44%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(233, 46%, 44%) in CSS?
As HSL: color: hsl(233, 46%, 44%); — As HEX: color: #3D49A4; — As RGB: color: rgb(61, 73, 164); — Tailwind CSS: bg-[hsl(233,46%,44%)] — CSS variable: --color-primary: hsl(233, 46%, 44%);