#6f034b
a deep, electric magenta / pink · warm · closest name: purple
RGB
111, 3, 75
HSL
320°, 95%, 22%
CMYK
0, 97, 32, 57
Luminance
0.0395
Every format
| HEX | #6f034b |
| RGB | rgb(111, 3, 75) |
| HSL | hsl(320, 95%, 22%) |
| CMYK | cmyk(0%, 97%, 32%, 57%) |
| LAB | lab(23.5 47.5 -12.0) |
| LCH | lch(23.5 49.0 345.8) |
| OKLCH | oklch(0.361 0.149 347.7) |
Copy-ready code
/* CSS */
color: #6f034b;
background-color: #6f034b;
/* Tailwind (arbitrary) */
class="text-[#6f034b] bg-[#6f034b]"
/* SCSS */
$brand: #6f034b;
/* SwiftUI */
Color(red: 0.435, green: 0.012, blue: 0.294)
/* Android */
Color.parseColor("#6f034b")Accessibility — WCAG contrast
Aa
#6f034b on white: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f034b on black: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green1.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta97.3%
Yellow32.4%
Key (black)56.5%
Color previews
#6f034b text on a black background
contrast 1.79:1
Card sample
#6f034b text on a white background
contrast 11.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f034b;
Background color
Panel with #6f034b background
background-color: #6f034b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f034b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 3, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 3, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f034b; background: linear-gradient(135deg, #6f034b, #6F0303);