#36081f
a deep, vivid magenta / pink · warm · closest name: black
RGB
54, 8, 31
HSL
330°, 74%, 12%
CMYK
0, 85, 43, 79
Luminance
0.0106
Every format
| HEX | #36081f |
| RGB | rgb(54, 8, 31) |
| HSL | hsl(330, 74%, 12%) |
| CMYK | cmyk(0%, 85%, 43%, 79%) |
| LAB | lab(9.5 24.9 -3.0) |
| LCH | lch(9.5 25.1 353.2) |
| OKLCH | oklch(0.230 0.077 354.3) |
Copy-ready code
/* CSS */
color: #36081f;
background-color: #36081f;
/* Tailwind (arbitrary) */
class="text-[#36081f] bg-[#36081f]"
/* SCSS */
$brand: #36081f;
/* SwiftUI */
Color(red: 0.212, green: 0.031, blue: 0.122)
/* Android */
Color.parseColor("#36081f")Accessibility — WCAG contrast
Aa
#36081f on white: 17.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#36081f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green3.1%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta85.2%
Yellow42.6%
Key (black)78.8%
Color previews
#36081f text on a black background
contrast 1.21:1
Card sample
#36081f text on a white background
contrast 17.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #36081f;
Background color
Panel with #36081f background
background-color: #36081f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #36081f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 8, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 8, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #36081f; background: linear-gradient(135deg, #36081f, #361008);