#755f21
a dark, vivid yellow · warm · closest name: olive
RGB
117, 95, 33
HSL
44°, 56%, 29%
CMYK
0, 19, 72, 54
Luminance
0.1208
Every format
| HEX | #755f21 |
| RGB | rgb(117, 95, 33) |
| HSL | hsl(44, 56%, 29%) |
| CMYK | cmyk(0%, 19%, 72%, 54%) |
| LAB | lab(41.3 1.6 37.4) |
| LCH | lch(41.3 37.5 87.6) |
| OKLCH | oklch(0.495 0.084 89.1) |
Copy-ready code
/* CSS */
color: #755f21;
background-color: #755f21;
/* Tailwind (arbitrary) */
class="text-[#755f21] bg-[#755f21]"
/* SCSS */
$brand: #755f21;
/* SwiftUI */
Color(red: 0.459, green: 0.373, blue: 0.129)
/* Android */
Color.parseColor("#755f21")Accessibility — WCAG contrast
Aa
#755f21 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#755f21 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green37.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow71.8%
Key (black)54.1%
Color previews
#755f21 text on a black background
contrast 3.42:1
Card sample
#755f21 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #755f21;
Background color
Panel with #755f21 background
background-color: #755f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #755f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 95, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 95, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #755f21; background: linear-gradient(135deg, #755f21, #537521);