#2f0835
a deep, vivid magenta / pink · warm · closest name: midnightblue
RGB
47, 8, 53
HSL
292°, 74%, 12%
CMYK
11, 85, 0, 79
Luminance
0.0104
Every format
| HEX | #2f0835 |
| RGB | rgb(47, 8, 53) |
| HSL | hsl(292, 74%, 12%) |
| CMYK | cmyk(11%, 85%, 0%, 79%) |
| LAB | lab(9.3 26.8 -19.8) |
| LCH | lch(9.3 33.3 323.5) |
| OKLCH | oklch(0.230 0.090 322.0) |
Copy-ready code
/* CSS */
color: #2f0835;
background-color: #2f0835;
/* Tailwind (arbitrary) */
class="text-[#2f0835] bg-[#2f0835]"
/* SCSS */
$brand: #2f0835;
/* SwiftUI */
Color(red: 0.184, green: 0.031, blue: 0.208)
/* Android */
Color.parseColor("#2f0835")Accessibility — WCAG contrast
Aa
#2f0835 on white: 17.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2f0835 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green3.1%
Blue20.8%
CMYK percentages
Cyan11.3%
Magenta84.9%
Yellow0.0%
Key (black)79.2%
Color previews
#2f0835 text on a black background
contrast 1.21:1
Card sample
#2f0835 text on a white background
contrast 17.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f0835;
Background color
Panel with #2f0835 background
background-color: #2f0835;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f0835;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 8, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 8, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f0835; background: linear-gradient(135deg, #2f0835, #35081D);