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