#2d0f2c
a deep, vivid magenta / pink · warm · closest name: black
RGB
45, 15, 44
HSL
302°, 50%, 12%
CMYK
0, 67, 2, 82
Luminance
0.0108
Every format
| HEX | #2d0f2c |
| RGB | rgb(45, 15, 44) |
| HSL | hsl(302, 50%, 12%) |
| CMYK | cmyk(0%, 67%, 2%, 82%) |
| LAB | lab(9.7 20.4 -12.6) |
| LCH | lch(9.7 24.0 328.2) |
| OKLCH | oklch(0.230 0.067 328.8) |
Copy-ready code
/* CSS */
color: #2d0f2c;
background-color: #2d0f2c;
/* Tailwind (arbitrary) */
class="text-[#2d0f2c] bg-[#2d0f2c]"
/* SCSS */
$brand: #2d0f2c;
/* SwiftUI */
Color(red: 0.176, green: 0.059, blue: 0.173)
/* Android */
Color.parseColor("#2d0f2c")Accessibility — WCAG contrast
Aa
#2d0f2c on white: 17.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2d0f2c on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green5.9%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow2.2%
Key (black)82.4%
Color previews
#2d0f2c text on a black background
contrast 1.22:1
Card sample
#2d0f2c text on a white background
contrast 17.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2d0f2c;
Background color
Panel with #2d0f2c background
background-color: #2d0f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2d0f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 15, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 15, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2d0f2c; background: linear-gradient(135deg, #2d0f2c, #2D0F18);