HSL(233, 49%, 48%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(233,49%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 49%, 48%) | color: hsl(233, 49%, 48%) | |
| HEX | #3E4CB6 | color: #3E4CB6 | |
| RGB | rgb(62, 76, 182) | color: rgb(62, 76, 182) | |
| CMYK | cmyk(66%, 58%, 0%, 29%) | — | |
| HSV | hsv(233, 66%, 71%) | — | |
| HWB | hwb(233 24% 29%) | color: hwb(233 24% 29%) | |
| OKLCH | oklch(0.4687 0.167 272.52) | color: oklch(0.4687 0.167 272.52) | |
| Lab | lab(37.06 28.99 -57.95) | color: lab(37.06 28.99 -57.95) | |
| LCH | lch(37.06 64.8 296.58) | color: lch(37.06 64.8 296.58) |
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)
#44449C — rgb(68, 68, 156)
Deuteranopia (Green-blind)
#434296 — rgb(67, 66, 150)
Tritanopia (Blue-blind)
#3F8884 — rgb(63, 136, 132)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 49%, 48%);
text
color: hsl(233, 49%, 48%);
border
border: 2px solid hsl(233, 49%, 48%);
gradient light
background: linear-gradient(to right, hsl(233, 49%, 68%), hsl(233, 49%, 48%));
gradient dark
background: linear-gradient(to right, hsl(233, 49%, 48%), hsl(233, 49%, 28%))
hex
background-color: #3E4CB6;
tailwind
bg-[hsl(233,49%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 49%, 48%, 0.4);
css variable
--color-primary: hsl(233, 49%, 48%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(233, 49%, 48%)?
HEX: #3E4CB6 | RGB: rgb(62, 76, 182) | CMYK: 66%, 58%, 0%, 29% | HSV: 233°, 66%, 71%. Copy any format from the conversion table above.
What colors go well with #3E4CB6?
The complementary color is HSL(53, 49%, 48%). 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, 49%, 48%) in CSS?
As HSL: color: hsl(233, 49%, 48%); — As HEX: color: #3E4CB6; — As RGB: color: rgb(62, 76, 182); — Tailwind CSS: bg-[hsl(233,49%,48%)] — CSS variable: --color-primary: hsl(233, 49%, 48%);