#3929af
a dark, vivid blue · warm · closest name: navy
RGB
57, 41, 175
HSL
247°, 62%, 42%
CMYK
67, 77, 0, 31
Luminance
0.0555
Every format
| HEX | #3929af |
| RGB | rgb(57, 41, 175) |
| HSL | hsl(247, 62%, 42%) |
| CMYK | cmyk(67%, 77%, 0%, 31%) |
| LAB | lab(28.3 47.0 -68.2) |
| LCH | lch(28.3 82.9 304.6) |
| OKLCH | oklch(0.402 0.199 277.9) |
Copy-ready code
/* CSS */
color: #3929af;
background-color: #3929af;
/* Tailwind (arbitrary) */
class="text-[#3929af] bg-[#3929af]"
/* SCSS */
$brand: #3929af;
/* SwiftUI */
Color(red: 0.224, green: 0.161, blue: 0.686)
/* Android */
Color.parseColor("#3929af")Accessibility — WCAG contrast
Aa
#3929af on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3929af on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green16.1%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta76.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3929af text on a black background
contrast 2.11:1
Card sample
#3929af text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3929af;
Background color
Panel with #3929af background
background-color: #3929af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3929af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 41, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 41, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3929af; background: linear-gradient(135deg, #3929af, #9329AF);