#3e02df
a dark, electric violet · warm · closest name: blue
RGB
62, 2, 223
HSL
256°, 98%, 44%
CMYK
72, 99, 0, 13
Luminance
0.0640
Every format
| HEX | #3e02df |
| RGB | rgb(62, 2, 223) |
| HSL | hsl(256, 98%, 44%) |
| CMYK | cmyk(72%, 99%, 0%, 13%) |
| LAB | lab(30.4 72.2 -92.8) |
| LCH | lch(30.4 117.6 307.9) |
| OKLCH | oklch(0.434 0.269 276.1) |
Copy-ready code
/* CSS */
color: #3e02df;
background-color: #3e02df;
/* Tailwind (arbitrary) */
class="text-[#3e02df] bg-[#3e02df]"
/* SCSS */
$brand: #3e02df;
/* SwiftUI */
Color(red: 0.243, green: 0.008, blue: 0.875)
/* Android */
Color.parseColor("#3e02df")Accessibility — WCAG contrast
Aa
#3e02df on white: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3e02df on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green0.8%
Blue87.5%
CMYK percentages
Cyan72.2%
Magenta99.1%
Yellow0.0%
Key (black)12.5%
Color previews
#3e02df text on a black background
contrast 2.28:1
Card sample
#3e02df text on a white background
contrast 9.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3e02df;
Background color
Panel with #3e02df background
background-color: #3e02df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3e02df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 2, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 2, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3e02df; background: linear-gradient(135deg, #3e02df, #D102DF);