#3979ce
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
57, 121, 206
HSL
214°, 60%, 52%
CMYK
72, 41, 0, 19
Luminance
0.1900
Every format
| HEX | #3979ce |
| RGB | rgb(57, 121, 206) |
| HSL | hsl(214, 60%, 52%) |
| CMYK | cmyk(72%, 41%, 0%, 19%) |
| LAB | lab(50.7 8.3 -49.9) |
| LCH | lch(50.7 50.6 279.4) |
| OKLCH | oklch(0.577 0.147 256.5) |
Copy-ready code
/* CSS */
color: #3979ce;
background-color: #3979ce;
/* Tailwind (arbitrary) */
class="text-[#3979ce] bg-[#3979ce]"
/* SCSS */
$brand: #3979ce;
/* SwiftUI */
Color(red: 0.224, green: 0.475, blue: 0.808)
/* Android */
Color.parseColor("#3979ce")Accessibility — WCAG contrast
Aa
#3979ce on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3979ce on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green47.5%
Blue80.8%
CMYK percentages
Cyan72.3%
Magenta41.3%
Yellow0.0%
Key (black)19.2%
Color previews
#3979ce text on a black background
contrast 4.80:1
Card sample
#3979ce text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3979ce;
Background color
Panel with #3979ce background
background-color: #3979ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3979ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 121, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 121, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3979ce; background: linear-gradient(135deg, #3979ce, #5C39CE);