HSL(212, 65%, 52%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,65%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 65%, 52%) | color: hsl(212, 65%, 52%) | |
| HEX | #357FD4 | color: #357FD4 | |
| RGB | rgb(53, 127, 212) | color: rgb(53, 127, 212) | |
| CMYK | cmyk(75%, 40%, 0%, 17%) | — | |
| HSV | hsv(212, 75%, 83%) | — | |
| HWB | hwb(212 21% 17%) | color: hwb(212 21% 17%) | |
| OKLCH | oklch(0.5927 0.1492 254.15) | color: oklch(0.5927 0.1492 254.15) | |
| Lab | lab(52.6 6.26 -50.26) | color: lab(52.6 6.26 -50.26) | |
| LCH | lch(52.6 50.65 277.1) | color: lch(52.6 50.65 277.1) |
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)
#5556BF — rgb(85, 86, 191)
Deuteranopia (Green-blind)
#514BBB — rgb(81, 75, 187)
Tritanopia (Blue-blind)
#39AFAC — rgb(57, 175, 172)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 65%, 52%);
text
color: hsl(212, 65%, 52%);
border
border: 2px solid hsl(212, 65%, 52%);
gradient light
background: linear-gradient(to right, hsl(212, 65%, 72%), hsl(212, 65%, 52%));
gradient dark
background: linear-gradient(to right, hsl(212, 65%, 52%), hsl(212, 65%, 32%))
hex
background-color: #357FD4;
tailwind
bg-[hsl(212,65%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 65%, 52%, 0.4);
css variable
--color-primary: hsl(212, 65%, 52%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 65%, 52%)?
HEX: #357FD4 | RGB: rgb(53, 127, 212) | CMYK: 75%, 40%, 0%, 17% | HSV: 212°, 75%, 83%. Copy any format from the conversion table above.
What colors go well with #357FD4?
The complementary color is HSL(32, 65%, 52%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 65%, 52%) in CSS?
As HSL: color: hsl(212, 65%, 52%); — As HEX: color: #357FD4; — As RGB: color: rgb(53, 127, 212); — Tailwind CSS: bg-[hsl(212,65%,52%)] — CSS variable: --color-primary: hsl(212, 65%, 52%);