#4002df
a dark, electric violet · warm · closest name: blue
RGB
64, 2, 223
HSL
257°, 98%, 44%
CMYK
71, 99, 0, 13
Luminance
0.0646
Every format
| HEX | #4002df |
| RGB | rgb(64, 2, 223) |
| HSL | hsl(257, 98%, 44%) |
| CMYK | cmyk(71%, 99%, 0%, 13%) |
| LAB | lab(30.5 72.3 -92.6) |
| LCH | lch(30.5 117.4 308.0) |
| OKLCH | oklch(0.435 0.269 276.8) |
Copy-ready code
/* CSS */
color: #4002df;
background-color: #4002df;
/* Tailwind (arbitrary) */
class="text-[#4002df] bg-[#4002df]"
/* SCSS */
$brand: #4002df;
/* SwiftUI */
Color(red: 0.251, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#4002df")Accessibility — WCAG contrast
Aa
#4002df on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4002df on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green0.8%
Blue87.5%
CMYK percentages
Cyan71.3%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#4002df text on a black background
contrast 2.29:1
Card sample
#4002df text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4002df;
Background color
Panel with #4002df background
background-color: #4002df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4002df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4002df; background: linear-gradient(135deg, #4002df, #D302DF);