#756b13
a dark, vivid yellow · cool · closest name: olive
RGB
117, 107, 19
HSL
54°, 72%, 27%
CMYK
0, 9, 84, 54
Luminance
0.1434
Every format
| HEX | #756b13 |
| RGB | rgb(117, 107, 19) |
| HSL | hsl(54, 72%, 27%) |
| CMYK | cmyk(0%, 9%, 84%, 54%) |
| LAB | lab(44.7 -6.0 46.3) |
| LCH | lch(44.7 46.6 97.4) |
| OKLCH | oklch(0.521 0.102 102.4) |
Copy-ready code
/* CSS */
color: #756b13;
background-color: #756b13;
/* Tailwind (arbitrary) */
class="text-[#756b13] bg-[#756b13]"
/* SCSS */
$brand: #756b13;
/* SwiftUI */
Color(red: 0.459, green: 0.420, blue: 0.075)
/* Android */
Color.parseColor("#756b13")Accessibility — WCAG contrast
Aa
#756b13 on white: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#756b13 on black: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green42.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow83.8%
Key (black)54.1%
Color previews
#756b13 text on a black background
contrast 3.87:1
Card sample
#756b13 text on a white background
contrast 5.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #756b13;
Background color
Panel with #756b13 background
background-color: #756b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #756b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 107, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 107, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #756b13; background: linear-gradient(135deg, #756b13, #3E7513);