#512b21
a deep, soft red · warm · closest name: black
RGB
81, 43, 33
HSL
13°, 42%, 22%
CMYK
0, 47, 59, 68
Luminance
0.0359
Every format
| HEX | #512b21 |
| RGB | rgb(81, 43, 33) |
| HSL | hsl(13, 42%, 22%) |
| CMYK | cmyk(0%, 47%, 59%, 68%) |
| LAB | lab(22.3 16.4 14.2) |
| LCH | lch(22.3 21.7 40.8) |
| OKLCH | oklch(0.336 0.059 35.6) |
Copy-ready code
/* CSS */
color: #512b21;
background-color: #512b21;
/* Tailwind (arbitrary) */
class="text-[#512b21] bg-[#512b21]"
/* SCSS */
$brand: #512b21;
/* SwiftUI */
Color(red: 0.318, green: 0.169, blue: 0.129)
/* Android */
Color.parseColor("#512b21")Accessibility — WCAG contrast
Aa
#512b21 on white: 12.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#512b21 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green16.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow59.3%
Key (black)68.2%
Color previews
#512b21 text on a black background
contrast 1.72:1
Card sample
#512b21 text on a white background
contrast 12.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #512b21;
Background color
Panel with #512b21 background
background-color: #512b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #512b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 43, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 43, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #512b21; background: linear-gradient(135deg, #512b21, #514B21);