#512721
a deep, soft red · warm · closest name: black
RGB
81, 39, 33
HSL
8°, 42%, 22%
CMYK
0, 52, 59, 68
Luminance
0.0331
Every format
| HEX | #512721 |
| RGB | rgb(81, 39, 33) |
| HSL | hsl(8, 42%, 22%) |
| CMYK | cmyk(0%, 52%, 59%, 68%) |
| LAB | lab(21.3 18.9 12.8) |
| LCH | lch(21.3 22.9 34.2) |
| OKLCH | oklch(0.328 0.064 29.4) |
Copy-ready code
/* CSS */
color: #512721;
background-color: #512721;
/* Tailwind (arbitrary) */
class="text-[#512721] bg-[#512721]"
/* SCSS */
$brand: #512721;
/* SwiftUI */
Color(red: 0.318, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#512721")Accessibility — WCAG contrast
Aa
#512721 on white: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#512721 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow59.3%
Key (black)68.2%
Color previews
#512721 text on a black background
contrast 1.66:1
Card sample
#512721 text on a white background
contrast 12.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #512721;
Background color
Panel with #512721 background
background-color: #512721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #512721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #512721; background: linear-gradient(135deg, #512721, #514721);