#757721
a dark, vivid yellow · cool · closest name: olive
RGB
117, 119, 33
HSL
61°, 57%, 30%
CMYK
2, 0, 72, 53
Luminance
0.1709
Every format
| HEX | #757721 |
| RGB | rgb(117, 119, 33) |
| HSL | hsl(61, 57%, 30%) |
| CMYK | cmyk(2%, 0%, 72%, 53%) |
| LAB | lab(48.4 -12.1 44.6) |
| LCH | lch(48.4 46.2 105.2) |
| OKLCH | oklch(0.551 0.106 110.7) |
Copy-ready code
/* CSS */
color: #757721;
background-color: #757721;
/* Tailwind (arbitrary) */
class="text-[#757721] bg-[#757721]"
/* SCSS */
$brand: #757721;
/* SwiftUI */
Color(red: 0.459, green: 0.467, blue: 0.129)
/* Android */
Color.parseColor("#757721")Accessibility — WCAG contrast
Aa
#757721 on white: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757721 on black: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green46.7%
Blue12.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow72.3%
Key (black)53.3%
Color previews
#757721 text on a black background
contrast 4.42:1
Card sample
#757721 text on a white background
contrast 4.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757721;
Background color
Panel with #757721 background
background-color: #757721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 119, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 119, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757721; background: linear-gradient(135deg, #757721, #3C7721);