#3906fd
a balanced, electric blue · warm · closest name: blue
RGB
57, 6, 253
HSL
252°, 98%, 51%
CMYK
78, 98, 0, 1
Luminance
0.0809
Every format
| HEX | #3906fd |
| RGB | rgb(57, 6, 253) |
| HSL | hsl(252, 98%, 51%) |
| CMYK | cmyk(78%, 98%, 0%, 1%) |
| LAB | lab(34.2 78.5 -103.6) |
| LCH | lch(34.2 130.0 307.2) |
| OKLCH | oklch(0.469 0.299 272.2) |
Copy-ready code
/* CSS */
color: #3906fd;
background-color: #3906fd;
/* Tailwind (arbitrary) */
class="text-[#3906fd] bg-[#3906fd]"
/* SCSS */
$brand: #3906fd;
/* SwiftUI */
Color(red: 0.224, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#3906fd")Accessibility — WCAG contrast
Aa
#3906fd on white: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3906fd on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.4%
Blue99.2%
CMYK percentages
Cyan77.5%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#3906fd text on a black background
contrast 2.62:1
Card sample
#3906fd text on a white background
contrast 8.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3906fd;
Background color
Panel with #3906fd background
background-color: #3906fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3906fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3906fd; background: linear-gradient(135deg, #3906fd, #DE06FD);