#3967af
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 103, 175
HSL
217°, 51%, 46%
CMYK
67, 41, 0, 31
Luminance
0.1367
Every format
| HEX | #3967af |
| RGB | rgb(57, 103, 175) |
| HSL | hsl(217, 51%, 46%) |
| CMYK | cmyk(67%, 41%, 0%, 31%) |
| LAB | lab(43.8 8.2 -43.1) |
| LCH | lch(43.8 43.9 280.8) |
| OKLCH | oklch(0.517 0.125 259.1) |
Copy-ready code
/* CSS */
color: #3967af;
background-color: #3967af;
/* Tailwind (arbitrary) */
class="text-[#3967af] bg-[#3967af]"
/* SCSS */
$brand: #3967af;
/* SwiftUI */
Color(red: 0.224, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#3967af")Accessibility — WCAG contrast
Aa
#3967af on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3967af on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green40.4%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta41.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3967af text on a black background
contrast 3.73:1
Card sample
#3967af text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3967af;
Background color
Panel with #3967af background
background-color: #3967af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3967af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3967af; background: linear-gradient(135deg, #3967af, #5A39AF);