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