#4002ab
a dark, electric violet · warm · closest name: navy
RGB
64, 2, 171
HSL
262°, 98%, 34%
CMYK
63, 99, 0, 33
Luminance
0.0407
Every format
| HEX | #4002ab |
| RGB | rgb(64, 2, 171) |
| HSL | hsl(262, 98%, 34%) |
| CMYK | cmyk(63%, 99%, 0%, 33%) |
| LAB | lab(23.9 59.9 -73.0) |
| LCH | lch(23.9 94.4 309.4) |
| OKLCH | oklch(0.373 0.217 284.5) |
Copy-ready code
/* CSS */
color: #4002ab;
background-color: #4002ab;
/* Tailwind (arbitrary) */
class="text-[#4002ab] bg-[#4002ab]"
/* SCSS */
$brand: #4002ab;
/* SwiftUI */
Color(red: 0.251, green: 0.008, blue: 0.671)
/* Android */
Color.parseColor("#4002ab")Accessibility — WCAG contrast
Aa
#4002ab on white: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4002ab on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green0.8%
Blue67.1%
CMYK percentages
Cyan62.6%
Magenta98.8%
Yellow0.0%
Key (black)32.9%
Color previews
#4002ab text on a black background
contrast 1.81:1
Card sample
#4002ab text on a white background
contrast 11.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4002ab;
Background color
Panel with #4002ab background
background-color: #4002ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4002ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 2, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 2, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4002ab; background: linear-gradient(135deg, #4002ab, #AB02A5);