#3969eb
a balanced, electric blue · cool · closest name: royalblue
RGB
57, 105, 235
HSL
224°, 82%, 57%
CMYK
76, 55, 0, 8
Luminance
0.1697
Every format
| HEX | #3969eb |
| RGB | rgb(57, 105, 235) |
| HSL | hsl(224, 82%, 57%) |
| CMYK | cmyk(76%, 55%, 0%, 8%) |
| LAB | lab(48.2 28.9 -70.3) |
| LCH | lch(48.2 76.0 292.4) |
| OKLCH | oklch(0.564 0.203 265.1) |
Copy-ready code
/* CSS */
color: #3969eb;
background-color: #3969eb;
/* Tailwind (arbitrary) */
class="text-[#3969eb] bg-[#3969eb]"
/* SCSS */
$brand: #3969eb;
/* SwiftUI */
Color(red: 0.224, green: 0.412, blue: 0.922)
/* Android */
Color.parseColor("#3969eb")Accessibility — WCAG contrast
Aa
#3969eb on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3969eb on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green41.2%
Blue92.2%
CMYK percentages
Cyan75.7%
Magenta55.3%
Yellow0.0%
Key (black)7.8%
Color previews
#3969eb text on a black background
contrast 4.39:1
Card sample
#3969eb text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3969eb;
Background color
Panel with #3969eb background
background-color: #3969eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3969eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 105, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 105, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3969eb; background: linear-gradient(135deg, #3969eb, #8039EB);