#6f024d
a deep, electric magenta / pink · warm · closest name: purple
RGB
111, 2, 77
HSL
319°, 97%, 22%
CMYK
0, 98, 31, 57
Luminance
0.0396
Every format
| HEX | #6f024d |
| RGB | rgb(111, 2, 77) |
| HSL | hsl(319, 97%, 22%) |
| CMYK | cmyk(0%, 98%, 31%, 57%) |
| LAB | lab(23.5 47.9 -13.3) |
| LCH | lch(23.5 49.8 344.5) |
| OKLCH | oklch(0.361 0.151 346.4) |
Copy-ready code
/* CSS */
color: #6f024d;
background-color: #6f024d;
/* Tailwind (arbitrary) */
class="text-[#6f024d] bg-[#6f024d]"
/* SCSS */
$brand: #6f024d;
/* SwiftUI */
Color(red: 0.435, green: 0.008, blue: 0.302)
/* Android */
Color.parseColor("#6f024d")Accessibility — WCAG contrast
Aa
#6f024d on white: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f024d on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green0.8%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow30.6%
Key (black)56.5%
Color previews
#6f024d text on a black background
contrast 1.79:1
Card sample
#6f024d text on a white background
contrast 11.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f024d;
Background color
Panel with #6f024d background
background-color: #6f024d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f024d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 2, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 2, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f024d; background: linear-gradient(135deg, #6f024d, #6F0204);