#3f006d
a deep, electric violet · warm · closest name: indigo
RGB
63, 0, 109
HSL
275°, 100%, 21%
CMYK
42, 100, 0, 57
Luminance
0.0216
Every format
| HEX | #3f006d |
| RGB | rgb(63, 0, 109) |
| HSL | hsl(275, 100%, 21%) |
| CMYK | cmyk(42%, 100%, 0%, 57%) |
| LAB | lab(16.3 45.7 -46.7) |
| LCH | lch(16.3 65.3 314.3) |
| OKLCH | oklch(0.300 0.158 302.3) |
Copy-ready code
/* CSS */
color: #3f006d;
background-color: #3f006d;
/* Tailwind (arbitrary) */
class="text-[#3f006d] bg-[#3f006d]"
/* SCSS */
$brand: #3f006d;
/* SwiftUI */
Color(red: 0.247, green: 0.000, blue: 0.427)
/* Android */
Color.parseColor("#3f006d")Accessibility — WCAG contrast
Aa
#3f006d on white: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f006d on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green0.0%
Blue42.7%
CMYK percentages
Cyan42.2%
Magenta100.0%
Yellow0.0%
Key (black)57.3%
Color previews
#3f006d text on a black background
contrast 1.43:1
Card sample
#3f006d text on a white background
contrast 14.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f006d;
Background color
Panel with #3f006d background
background-color: #3f006d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f006d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 0, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 0, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f006d; background: linear-gradient(135deg, #3f006d, #6D0052);