#3e16ac
a dark, electric violet · warm · closest name: navy
RGB
62, 22, 172
HSL
256°, 77%, 38%
CMYK
64, 87, 0, 33
Luminance
0.0458
Every format
| HEX | #3e16ac |
| RGB | rgb(62, 22, 172) |
| HSL | hsl(256, 77%, 38%) |
| CMYK | cmyk(64%, 87%, 0%, 33%) |
| LAB | lab(25.5 55.0 -71.0) |
| LCH | lch(25.5 89.8 307.8) |
| OKLCH | oklch(0.383 0.210 282.4) |
Copy-ready code
/* CSS */
color: #3e16ac;
background-color: #3e16ac;
/* Tailwind (arbitrary) */
class="text-[#3e16ac] bg-[#3e16ac]"
/* SCSS */
$brand: #3e16ac;
/* SwiftUI */
Color(red: 0.243, green: 0.086, blue: 0.675)
/* Android */
Color.parseColor("#3e16ac")Accessibility — WCAG contrast
Aa
#3e16ac on white: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e16ac on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green8.6%
Blue67.5%
CMYK percentages
Cyan64.0%
Magenta87.2%
Yellow0.0%
Key (black)32.5%
Color previews
#3e16ac text on a black background
contrast 1.92:1
Card sample
#3e16ac text on a white background
contrast 10.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e16ac;
Background color
Panel with #3e16ac background
background-color: #3e16ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e16ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 22, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 22, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e16ac; background: linear-gradient(135deg, #3e16ac, #A216AC);