HSL(214, 50%, 49%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(214,50%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(214, 50%, 49%) | color: hsl(214, 50%, 49%) | |
| HEX | #3E75BB | color: #3E75BB | |
| RGB | rgb(62, 117, 187) | color: rgb(62, 117, 187) | |
| CMYK | cmyk(67%, 37%, 0%, 27%) | — | |
| HSV | hsv(214, 67%, 73%) | — | |
| HWB | hwb(214 24% 27%) | color: hwb(214 24% 27%) | |
| OKLCH | oklch(0.5585 0.1239 255.44) | color: oklch(0.5585 0.1239 255.44) | |
| Lab | lab(48.68 4.66 -42.21) | color: lab(48.68 4.66 -42.21) | |
| LCH | lch(48.68 42.47 276.3) | color: lch(48.68 42.47 276.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)
#5656AA — rgb(86, 86, 170)
Deuteranopia (Green-blind)
#534FA6 — rgb(83, 79, 166)
Tritanopia (Blue-blind)
#419D9A — rgb(65, 157, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(214, 50%, 49%);
text
color: hsl(214, 50%, 49%);
border
border: 2px solid hsl(214, 50%, 49%);
gradient light
background: linear-gradient(to right, hsl(214, 50%, 69%), hsl(214, 50%, 49%));
gradient dark
background: linear-gradient(to right, hsl(214, 50%, 49%), hsl(214, 50%, 29%))
hex
background-color: #3E75BB;
tailwind
bg-[hsl(214,50%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(214, 50%, 49%, 0.4);
css variable
--color-primary: hsl(214, 50%, 49%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(214, 50%, 49%)?
HEX: #3E75BB | RGB: rgb(62, 117, 187) | CMYK: 67%, 37%, 0%, 27% | HSV: 214°, 67%, 73%. Copy any format from the conversion table above.
What colors go well with #3E75BB?
The complementary color is HSL(34, 50%, 49%). For a triadic harmony, use hues 214°, 334°, and 94°. For analogous combinations, try hues 184° and 244°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(214, 50%, 49%) in CSS?
As HSL: color: hsl(214, 50%, 49%); — As HEX: color: #3E75BB; — As RGB: color: rgb(62, 117, 187); — Tailwind CSS: bg-[hsl(214,50%,49%)] — CSS variable: --color-primary: hsl(214, 50%, 49%);