#3948af
a balanced, vivid blue · warm · closest name: slateblue
RGB
57, 72, 175
HSL
232°, 51%, 46%
CMYK
67, 59, 0, 31
Luminance
0.0860
Every format
| HEX | #3948af |
| RGB | rgb(57, 72, 175) |
| HSL | hsl(232, 51%, 46%) |
| CMYK | cmyk(67%, 59%, 0%, 31%) |
| LAB | lab(35.2 28.3 -56.8) |
| LCH | lch(35.2 63.5 296.5) |
| OKLCH | oklch(0.452 0.164 271.9) |
Copy-ready code
/* CSS */
color: #3948af;
background-color: #3948af;
/* Tailwind (arbitrary) */
class="text-[#3948af] bg-[#3948af]"
/* SCSS */
$brand: #3948af;
/* SwiftUI */
Color(red: 0.224, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#3948af")Accessibility — WCAG contrast
Aa
#3948af on white: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3948af on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green28.2%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta58.9%
Yellow0.0%
Key (black)31.4%
Color previews
#3948af text on a black background
contrast 2.72:1
Card sample
#3948af text on a white background
contrast 7.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3948af;
Background color
Panel with #3948af background
background-color: #3948af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3948af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3948af; background: linear-gradient(135deg, #3948af, #7939AF);