#3f02ce
a dark, electric violet · warm · closest name: blue
RGB
63, 2, 206
HSL
258°, 98%, 41%
CMYK
69, 99, 0, 19
Luminance
0.0556
Every format
| HEX | #3f02ce |
| RGB | rgb(63, 2, 206) |
| HSL | hsl(258, 98%, 41%) |
| CMYK | cmyk(69%, 99%, 0%, 19%) |
| LAB | lab(28.3 68.2 -86.5) |
| LCH | lch(28.3 110.2 308.2) |
| OKLCH | oklch(0.414 0.252 278.4) |
Copy-ready code
/* CSS */
color: #3f02ce;
background-color: #3f02ce;
/* Tailwind (arbitrary) */
class="text-[#3f02ce] bg-[#3f02ce]"
/* SCSS */
$brand: #3f02ce;
/* SwiftUI */
Color(red: 0.247, green: 0.008, blue: 0.808)
/* Android */
Color.parseColor("#3f02ce")Accessibility — WCAG contrast
Aa
#3f02ce on white: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f02ce on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green0.8%
Blue80.8%
CMYK percentages
Cyan69.4%
Magenta99.0%
Yellow0.0%
Key (black)19.2%
Color previews
#3f02ce text on a black background
contrast 2.11:1
Card sample
#3f02ce text on a white background
contrast 9.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f02ce;
Background color
Panel with #3f02ce background
background-color: #3f02ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f02ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 2, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 2, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f02ce; background: linear-gradient(135deg, #3f02ce, #C702CE);