#514f21
a deep, soft yellow · cool · closest name: darkslategray
RGB
81, 79, 33
HSL
58°, 42%, 22%
CMYK
0, 3, 59, 68
Luminance
0.0745
Every format
| HEX | #514f21 |
| RGB | rgb(81, 79, 33) |
| HSL | hsl(58, 42%, 22%) |
| CMYK | cmyk(0%, 3%, 59%, 68%) |
| LAB | lab(32.8 -6.3 27.0) |
| LCH | lch(32.8 27.8 103.1) |
| OKLCH | oklch(0.419 0.066 106.6) |
Copy-ready code
/* CSS */
color: #514f21;
background-color: #514f21;
/* Tailwind (arbitrary) */
class="text-[#514f21] bg-[#514f21]"
/* SCSS */
$brand: #514f21;
/* SwiftUI */
Color(red: 0.318, green: 0.310, blue: 0.129)
/* Android */
Color.parseColor("#514f21")Accessibility — WCAG contrast
Aa
#514f21 on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#514f21 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green31.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow59.3%
Key (black)68.2%
Color previews
#514f21 text on a black background
contrast 2.49:1
Card sample
#514f21 text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #514f21;
Background color
Panel with #514f21 background
background-color: #514f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #514f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 79, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 79, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #514f21; background: linear-gradient(135deg, #514f21, #335121);