#757521
a dark, vivid yellow · cool · closest name: olive
RGB
117, 117, 33
HSL
60°, 56%, 29%
CMYK
0, 0, 72, 54
Luminance
0.1661
Every format
| HEX | #757521 |
| RGB | rgb(117, 117, 33) |
| HSL | hsl(60, 56%, 29%) |
| CMYK | cmyk(0%, 0%, 72%, 54%) |
| LAB | lab(47.8 -11.0 44.0) |
| LCH | lch(47.8 45.3 104.0) |
| OKLCH | oklch(0.546 0.104 109.4) |
Copy-ready code
/* CSS */
color: #757521;
background-color: #757521;
/* Tailwind (arbitrary) */
class="text-[#757521] bg-[#757521]"
/* SCSS */
$brand: #757521;
/* SwiftUI */
Color(red: 0.459, green: 0.459, blue: 0.129)
/* Android */
Color.parseColor("#757521")Accessibility — WCAG contrast
Aa
#757521 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757521 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green45.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow71.8%
Key (black)54.1%
Color previews
#757521 text on a black background
contrast 4.32:1
Card sample
#757521 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757521;
Background color
Panel with #757521 background
background-color: #757521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 117, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 117, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757521; background: linear-gradient(135deg, #757521, #3D7521);