#3985cd
a balanced, vivid blue · cool · closest name: steelblue
RGB
57, 133, 205
HSL
209°, 60%, 51%
CMYK
72, 35, 0, 20
Luminance
0.2205
Every format
| HEX | #3985cd |
| RGB | rgb(57, 133, 205) |
| HSL | hsl(209, 60%, 51%) |
| CMYK | cmyk(72%, 35%, 0%, 20%) |
| LAB | lab(54.1 0.6 -44.0) |
| LCH | lch(54.1 44.0 270.8) |
| OKLCH | oklch(0.603 0.133 250.0) |
Copy-ready code
/* CSS */
color: #3985cd;
background-color: #3985cd;
/* Tailwind (arbitrary) */
class="text-[#3985cd] bg-[#3985cd]"
/* SCSS */
$brand: #3985cd;
/* SwiftUI */
Color(red: 0.224, green: 0.522, blue: 0.804)
/* Android */
Color.parseColor("#3985cd")Accessibility — WCAG contrast
Aa
#3985cd on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3985cd on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green52.2%
Blue80.4%
CMYK percentages
Cyan72.2%
Magenta35.1%
Yellow0.0%
Key (black)19.6%
Color previews
#3985cd text on a black background
contrast 5.41:1
Card sample
#3985cd text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3985cd;
Background color
Panel with #3985cd background
background-color: #3985cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3985cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 133, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 133, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3985cd; background: linear-gradient(135deg, #3985cd, #5039CD);