#3984af
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 132, 175
HSL
202°, 51%, 46%
CMYK
67, 25, 0, 31
Luminance
0.2047
Every format
| HEX | #3984af |
| RGB | rgb(57, 132, 175) |
| HSL | hsl(202, 51%, 46%) |
| CMYK | cmyk(67%, 25%, 0%, 31%) |
| LAB | lab(52.4 -9.3 -29.5) |
| LCH | lch(52.4 30.9 252.6) |
| OKLCH | oklch(0.585 0.099 237.1) |
Copy-ready code
/* CSS */
color: #3984af;
background-color: #3984af;
/* Tailwind (arbitrary) */
class="text-[#3984af] bg-[#3984af]"
/* SCSS */
$brand: #3984af;
/* SwiftUI */
Color(red: 0.224, green: 0.518, blue: 0.686)
/* Android */
Color.parseColor("#3984af")Accessibility — WCAG contrast
Aa
#3984af on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3984af on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green51.8%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta24.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3984af text on a black background
contrast 5.09:1
Card sample
#3984af text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3984af;
Background color
Panel with #3984af background
background-color: #3984af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3984af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 132, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 132, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3984af; background: linear-gradient(135deg, #3984af, #3D39AF);