#3969fd
a balanced, electric blue · warm · closest name: royalblue
RGB
57, 105, 253
HSL
225°, 98%, 61%
CMYK
78, 59, 0, 1
Luminance
0.1806
Every format
| HEX | #3969fd |
| RGB | rgb(57, 105, 253) |
| HSL | hsl(225, 98%, 61%) |
| CMYK | cmyk(78%, 59%, 0%, 1%) |
| LAB | lab(49.6 35.4 -78.1) |
| LCH | lch(49.6 85.8 294.4) |
| OKLCH | oklch(0.579 0.226 265.8) |
Copy-ready code
/* CSS */
color: #3969fd;
background-color: #3969fd;
/* Tailwind (arbitrary) */
class="text-[#3969fd] bg-[#3969fd]"
/* SCSS */
$brand: #3969fd;
/* SwiftUI */
Color(red: 0.224, green: 0.412, blue: 0.992)
/* Android */
Color.parseColor("#3969fd")Accessibility — WCAG contrast
Aa
#3969fd on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3969fd on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green41.2%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta58.5%
Yellow0.0%
Key (black)0.8%
Color previews
#3969fd text on a black background
contrast 4.61:1
Card sample
#3969fd text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3969fd;
Background color
Panel with #3969fd background
background-color: #3969fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3969fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 105, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 105, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3969fd; background: linear-gradient(135deg, #3969fd, #8C39FD);