#3952ff
a balanced, electric blue · warm · closest name: royalblue
RGB
57, 82, 255
HSL
232°, 100%, 61%
CMYK
78, 68, 0, 0
Luminance
0.1412
Every format
| HEX | #3952ff |
| RGB | rgb(57, 82, 255) |
| HSL | hsl(232, 100%, 61%) |
| CMYK | cmyk(78%, 68%, 0%, 0%) |
| LAB | lab(44.4 50.1 -87.7) |
| LCH | lch(44.4 101.0 299.7) |
| OKLCH | oklch(0.541 0.254 268.9) |
Copy-ready code
/* CSS */
color: #3952ff;
background-color: #3952ff;
/* Tailwind (arbitrary) */
class="text-[#3952ff] bg-[#3952ff]"
/* SCSS */
$brand: #3952ff;
/* SwiftUI */
Color(red: 0.224, green: 0.322, blue: 1.000)
/* Android */
Color.parseColor("#3952ff")Accessibility — WCAG contrast
Aa
#3952ff on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3952ff on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green32.2%
Blue100.0%
CMYK percentages
Cyan77.6%
Magenta67.8%
Yellow0.0%
Key (black)0.0%
Color previews
#3952ff text on a black background
contrast 3.82:1
Card sample
#3952ff text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3952ff;
Background color
Panel with #3952ff background
background-color: #3952ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3952ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 82, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 82, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3952ff; background: linear-gradient(135deg, #3952ff, #A439FF);