#3f02c2
a dark, electric violet · warm · closest name: navy
RGB
63, 2, 194
HSL
259°, 98%, 38%
CMYK
68, 99, 0, 24
Luminance
0.0500
Every format
| HEX | #3f02c2 |
| RGB | rgb(63, 2, 194) |
| HSL | hsl(259, 98%, 38%) |
| CMYK | cmyk(68%, 99%, 0%, 24%) |
| LAB | lab(26.7 65.3 -82.0) |
| LCH | lch(26.7 104.9 308.5) |
| OKLCH | oklch(0.399 0.240 280.1) |
Copy-ready code
/* CSS */
color: #3f02c2;
background-color: #3f02c2;
/* Tailwind (arbitrary) */
class="text-[#3f02c2] bg-[#3f02c2]"
/* SCSS */
$brand: #3f02c2;
/* SwiftUI */
Color(red: 0.247, green: 0.008, blue: 0.761)
/* Android */
Color.parseColor("#3f02c2")Accessibility — WCAG contrast
Aa
#3f02c2 on white: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f02c2 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green0.8%
Blue76.1%
CMYK percentages
Cyan67.5%
Magenta99.0%
Yellow0.0%
Key (black)23.9%
Color previews
#3f02c2 text on a black background
contrast 2.00:1
Card sample
#3f02c2 text on a white background
contrast 10.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f02c2;
Background color
Panel with #3f02c2 background
background-color: #3f02c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f02c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 2, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 2, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f02c2; background: linear-gradient(135deg, #3f02c2, #BF02C2);