#3975af
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 117, 175
HSL
210°, 51%, 46%
CMYK
67, 33, 0, 31
Luminance
0.1669
Every format
| HEX | #3975af |
| RGB | rgb(57, 117, 175) |
| HSL | hsl(210, 51%, 46%) |
| CMYK | cmyk(67%, 33%, 0%, 31%) |
| LAB | lab(47.9 -0.4 -36.6) |
| LCH | lch(47.9 36.6 269.3) |
| OKLCH | oklch(0.550 0.110 249.8) |
Copy-ready code
/* CSS */
color: #3975af;
background-color: #3975af;
/* Tailwind (arbitrary) */
class="text-[#3975af] bg-[#3975af]"
/* SCSS */
$brand: #3975af;
/* SwiftUI */
Color(red: 0.224, green: 0.459, blue: 0.686)
/* Android */
Color.parseColor("#3975af")Accessibility — WCAG contrast
Aa
#3975af on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3975af on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green45.9%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta33.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3975af text on a black background
contrast 4.34:1
Card sample
#3975af text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3975af;
Background color
Panel with #3975af background
background-color: #3975af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3975af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 117, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 117, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3975af; background: linear-gradient(135deg, #3975af, #4C39AF);