#3f062c
a deep, electric magenta / pink · warm · closest name: black
RGB
63, 6, 44
HSL
320°, 83%, 14%
CMYK
0, 91, 30, 75
Luminance
0.0137
Every format
| HEX | #3f062c |
| RGB | rgb(63, 6, 44) |
| HSL | hsl(320, 83%, 14%) |
| CMYK | cmyk(0%, 91%, 30%, 75%) |
| LAB | lab(11.8 30.4 -9.1) |
| LCH | lch(11.8 31.8 343.4) |
| OKLCH | oklch(0.252 0.096 345.4) |
Copy-ready code
/* CSS */
color: #3f062c;
background-color: #3f062c;
/* Tailwind (arbitrary) */
class="text-[#3f062c] bg-[#3f062c]"
/* SCSS */
$brand: #3f062c;
/* SwiftUI */
Color(red: 0.247, green: 0.024, blue: 0.173)
/* Android */
Color.parseColor("#3f062c")Accessibility — WCAG contrast
Aa
#3f062c on white: 16.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f062c on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green2.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta90.5%
Yellow30.2%
Key (black)75.3%
Color previews
#3f062c text on a black background
contrast 1.27:1
Card sample
#3f062c text on a white background
contrast 16.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f062c;
Background color
Panel with #3f062c background
background-color: #3f062c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f062c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 6, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 6, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f062c; background: linear-gradient(135deg, #3f062c, #3F0606);