#3930af
a dark, vivid blue · warm · closest name: navy
RGB
57, 48, 175
HSL
244°, 57%, 44%
CMYK
67, 73, 0, 31
Luminance
0.0608
Every format
| HEX | #3930af |
| RGB | rgb(57, 48, 175) |
| HSL | hsl(244, 57%, 44%) |
| CMYK | cmyk(67%, 73%, 0%, 31%) |
| LAB | lab(29.6 43.2 -66.0) |
| LCH | lch(29.6 78.9 303.2) |
| OKLCH | oklch(0.412 0.192 277.0) |
Copy-ready code
/* CSS */
color: #3930af;
background-color: #3930af;
/* Tailwind (arbitrary) */
class="text-[#3930af] bg-[#3930af]"
/* SCSS */
$brand: #3930af;
/* SwiftUI */
Color(red: 0.224, green: 0.188, blue: 0.686)
/* Android */
Color.parseColor("#3930af")Accessibility — WCAG contrast
Aa
#3930af on white: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3930af on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green18.8%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta72.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3930af text on a black background
contrast 2.22:1
Card sample
#3930af text on a white background
contrast 9.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3930af;
Background color
Panel with #3930af background
background-color: #3930af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3930af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 48, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 48, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3930af; background: linear-gradient(135deg, #3930af, #8E30AF);