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