#3f14ac
a dark, electric violet · warm · closest name: navy
RGB
63, 20, 172
HSL
257°, 79%, 38%
CMYK
63, 88, 0, 33
Luminance
0.0454
Every format
| HEX | #3f14ac |
| RGB | rgb(63, 20, 172) |
| HSL | hsl(257, 79%, 38%) |
| CMYK | cmyk(63%, 88%, 0%, 33%) |
| LAB | lab(25.4 55.7 -71.2) |
| LCH | lch(25.4 90.4 308.0) |
| OKLCH | oklch(0.383 0.211 283.0) |
Copy-ready code
/* CSS */
color: #3f14ac;
background-color: #3f14ac;
/* Tailwind (arbitrary) */
class="text-[#3f14ac] bg-[#3f14ac]"
/* SCSS */
$brand: #3f14ac;
/* SwiftUI */
Color(red: 0.247, green: 0.078, blue: 0.675)
/* Android */
Color.parseColor("#3f14ac")Accessibility — WCAG contrast
Aa
#3f14ac on white: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f14ac on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green7.8%
Blue67.5%
CMYK percentages
Cyan63.4%
Magenta88.4%
Yellow0.0%
Key (black)32.5%
Color previews
#3f14ac text on a black background
contrast 1.91:1
Card sample
#3f14ac text on a white background
contrast 11.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f14ac;
Background color
Panel with #3f14ac background
background-color: #3f14ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f14ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 20, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 20, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f14ac; background: linear-gradient(135deg, #3f14ac, #A414AC);