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