#3944fd
a balanced, electric blue · warm · closest name: blue
RGB
57, 68, 253
HSL
237°, 98%, 61%
CMYK
78, 73, 0, 1
Luminance
0.1210
Every format
| HEX | #3944fd |
| RGB | rgb(57, 68, 253) |
| HSL | hsl(237, 98%, 61%) |
| CMYK | cmyk(78%, 73%, 0%, 1%) |
| LAB | lab(41.4 57.3 -91.6) |
| LCH | lch(41.4 108.0 302.0) |
| OKLCH | oklch(0.519 0.265 270.2) |
Copy-ready code
/* CSS */
color: #3944fd;
background-color: #3944fd;
/* Tailwind (arbitrary) */
class="text-[#3944fd] bg-[#3944fd]"
/* SCSS */
$brand: #3944fd;
/* SwiftUI */
Color(red: 0.224, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#3944fd")Accessibility — WCAG contrast
Aa
#3944fd on white: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3944fd on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green26.7%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#3944fd text on a black background
contrast 3.42:1
Card sample
#3944fd text on a white background
contrast 6.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3944fd;
Background color
Panel with #3944fd background
background-color: #3944fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3944fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3944fd; background: linear-gradient(135deg, #3944fd, #B139FD);