#3f06af
a dark, electric violet · warm · closest name: navy
RGB
63, 6, 175
HSL
260°, 93%, 36%
CMYK
64, 97, 0, 31
Luminance
0.0428
Every format
| HEX | #3f06af |
| RGB | rgb(63, 6, 175) |
| HSL | hsl(260, 93%, 36%) |
| CMYK | cmyk(64%, 97%, 0%, 31%) |
| LAB | lab(24.6 59.9 -74.3) |
| LCH | lch(24.6 95.5 308.9) |
| OKLCH | oklch(0.378 0.220 283.1) |
Copy-ready code
/* CSS */
color: #3f06af;
background-color: #3f06af;
/* Tailwind (arbitrary) */
class="text-[#3f06af] bg-[#3f06af]"
/* SCSS */
$brand: #3f06af;
/* SwiftUI */
Color(red: 0.247, green: 0.024, blue: 0.686)
/* Android */
Color.parseColor("#3f06af")Accessibility — WCAG contrast
Aa
#3f06af on white: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f06af on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green2.4%
Blue68.6%
CMYK percentages
Cyan64.0%
Magenta96.6%
Yellow0.0%
Key (black)31.4%
Color previews
#3f06af text on a black background
contrast 1.86:1
Card sample
#3f06af text on a white background
contrast 11.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f06af;
Background color
Panel with #3f06af background
background-color: #3f06af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f06af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 6, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 6, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f06af; background: linear-gradient(135deg, #3f06af, #AF06AF);