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