#3976cd
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
57, 118, 205
HSL
215°, 60%, 51%
CMYK
72, 42, 0, 20
Luminance
0.1823
Every format
| HEX | #3976cd |
| RGB | rgb(57, 118, 205) |
| HSL | hsl(215, 60%, 51%) |
| CMYK | cmyk(72%, 42%, 0%, 20%) |
| LAB | lab(49.8 9.8 -50.8) |
| LCH | lch(49.8 51.7 280.9) |
| OKLCH | oklch(0.570 0.149 257.7) |
Copy-ready code
/* CSS */
color: #3976cd;
background-color: #3976cd;
/* Tailwind (arbitrary) */
class="text-[#3976cd] bg-[#3976cd]"
/* SCSS */
$brand: #3976cd;
/* SwiftUI */
Color(red: 0.224, green: 0.463, blue: 0.804)
/* Android */
Color.parseColor("#3976cd")Accessibility — WCAG contrast
Aa
#3976cd on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3976cd on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green46.3%
Blue80.4%
CMYK percentages
Cyan72.2%
Magenta42.4%
Yellow0.0%
Key (black)19.6%
Color previews
#3976cd text on a black background
contrast 4.65:1
Card sample
#3976cd text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3976cd;
Background color
Panel with #3976cd background
background-color: #3976cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3976cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 118, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 118, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3976cd; background: linear-gradient(135deg, #3976cd, #5F39CD);