#514721
a deep, soft yellow · cool · closest name: darkslategray
RGB
81, 71, 33
HSL
48°, 42%, 22%
CMYK
0, 12, 59, 68
Luminance
0.0637
Every format
| HEX | #514721 |
| RGB | rgb(81, 71, 33) |
| HSL | hsl(48, 42%, 22%) |
| CMYK | cmyk(0%, 12%, 59%, 68%) |
| LAB | lab(30.3 -1.4 24.1) |
| LCH | lch(30.3 24.2 93.4) |
| OKLCH | oklch(0.399 0.057 94.9) |
Copy-ready code
/* CSS */
color: #514721;
background-color: #514721;
/* Tailwind (arbitrary) */
class="text-[#514721] bg-[#514721]"
/* SCSS */
$brand: #514721;
/* SwiftUI */
Color(red: 0.318, green: 0.278, blue: 0.129)
/* Android */
Color.parseColor("#514721")Accessibility — WCAG contrast
Aa
#514721 on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#514721 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green27.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow59.3%
Key (black)68.2%
Color previews
#514721 text on a black background
contrast 2.27:1
Card sample
#514721 text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514721;
Background color
Panel with #514721 background
background-color: #514721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 71, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 71, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514721; background: linear-gradient(135deg, #514721, #3B5121);