#3952af
a balanced, vivid blue · warm · closest name: royalblue
RGB
57, 82, 175
HSL
227°, 51%, 46%
CMYK
67, 53, 0, 31
Luminance
0.1000
Every format
| HEX | #3952af |
| RGB | rgb(57, 82, 175) |
| HSL | hsl(227, 51%, 46%) |
| CMYK | cmyk(67%, 53%, 0%, 31%) |
| LAB | lab(37.8 21.8 -52.6) |
| LCH | lch(37.8 56.9 292.5) |
| OKLCH | oklch(0.472 0.151 268.7) |
Copy-ready code
/* CSS */
color: #3952af;
background-color: #3952af;
/* Tailwind (arbitrary) */
class="text-[#3952af] bg-[#3952af]"
/* SCSS */
$brand: #3952af;
/* SwiftUI */
Color(red: 0.224, green: 0.322, blue: 0.686)
/* Android */
Color.parseColor("#3952af")Accessibility — WCAG contrast
Aa
#3952af on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3952af on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green32.2%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta53.1%
Yellow0.0%
Key (black)31.4%
Color previews
#3952af text on a black background
contrast 3.00:1
Card sample
#3952af text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3952af;
Background color
Panel with #3952af background
background-color: #3952af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3952af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 82, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 82, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3952af; background: linear-gradient(135deg, #3952af, #6F39AF);