HSL(211, 52%, 49%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(211,52%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(211, 52%, 49%) | color: hsl(211, 52%, 49%) | |
| HEX | #3C7BBE | color: #3C7BBE | |
| RGB | rgb(60, 123, 190) | color: rgb(60, 123, 190) | |
| CMYK | cmyk(68%, 35%, 0%, 25%) | — | |
| HSV | hsv(211, 68%, 75%) | — | |
| HWB | hwb(211 24% 25%) | color: hwb(211 24% 25%) | |
| OKLCH | oklch(0.5731 0.1225 252) | color: oklch(0.5731 0.1225 252) | |
| Lab | lab(50.5 1.74 -41.05) | color: lab(50.5 1.74 -41.05) | |
| LCH | lch(50.5 41.09 272.43) | color: lch(50.5 41.09 272.43) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#5758AE — rgb(87, 88, 174)
Deuteranopia (Green-blind)
#544FAA — rgb(84, 79, 170)
Tritanopia (Blue-blind)
#3FA19E — rgb(63, 161, 158)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(211, 52%, 49%);
text
color: hsl(211, 52%, 49%);
border
border: 2px solid hsl(211, 52%, 49%);
gradient light
background: linear-gradient(to right, hsl(211, 52%, 69%), hsl(211, 52%, 49%));
gradient dark
background: linear-gradient(to right, hsl(211, 52%, 49%), hsl(211, 52%, 29%))
hex
background-color: #3C7BBE;
tailwind
bg-[hsl(211,52%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(211, 52%, 49%, 0.4);
css variable
--color-primary: hsl(211, 52%, 49%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(211, 52%, 49%)?
HEX: #3C7BBE | RGB: rgb(60, 123, 190) | CMYK: 68%, 35%, 0%, 25% | HSV: 211°, 68%, 75%. Copy any format from the conversion table above.
What colors go well with #3C7BBE?
The complementary color is HSL(31, 52%, 49%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(211, 52%, 49%) in CSS?
As HSL: color: hsl(211, 52%, 49%); — As HEX: color: #3C7BBE; — As RGB: color: rgb(60, 123, 190); — Tailwind CSS: bg-[hsl(211,52%,49%)] — CSS variable: --color-primary: hsl(211, 52%, 49%);