#3907af
a dark, electric violet · warm · closest name: navy
RGB
57, 7, 175
HSL
258°, 92%, 36%
CMYK
67, 96, 0, 31
Luminance
0.0412
Every format
| HEX | #3907af |
| RGB | rgb(57, 7, 175) |
| HSL | hsl(258, 92%, 36%) |
| CMYK | cmyk(67%, 96%, 0%, 31%) |
| LAB | lab(24.1 59.4 -75.2) |
| LCH | lch(24.1 95.8 308.3) |
| OKLCH | oklch(0.373 0.220 280.3) |
Copy-ready code
/* CSS */
color: #3907af;
background-color: #3907af;
/* Tailwind (arbitrary) */
class="text-[#3907af] bg-[#3907af]"
/* SCSS */
$brand: #3907af;
/* SwiftUI */
Color(red: 0.224, green: 0.027, blue: 0.686)
/* Android */
Color.parseColor("#3907af")Accessibility — WCAG contrast
Aa
#3907af on white: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3907af on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green2.7%
Blue68.6%
CMYK percentages
Cyan67.4%
Magenta96.0%
Yellow0.0%
Key (black)31.4%
Color previews
#3907af text on a black background
contrast 1.82:1
Card sample
#3907af text on a white background
contrast 11.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3907af;
Background color
Panel with #3907af background
background-color: #3907af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3907af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 7, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 7, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3907af; background: linear-gradient(135deg, #3907af, #A907AF);