#757621
a dark, vivid yellow · cool · closest name: olive
RGB
117, 118, 33
HSL
61°, 56%, 30%
CMYK
1, 0, 72, 54
Luminance
0.1685
Every format
| HEX | #757621 |
| RGB | rgb(117, 118, 33) |
| HSL | hsl(61, 56%, 30%) |
| CMYK | cmyk(1%, 0%, 72%, 54%) |
| LAB | lab(48.1 -11.5 44.3) |
| LCH | lch(48.1 45.7 104.6) |
| OKLCH | oklch(0.548 0.105 110.1) |
Copy-ready code
/* CSS */
color: #757621;
background-color: #757621;
/* Tailwind (arbitrary) */
class="text-[#757621] bg-[#757621]"
/* SCSS */
$brand: #757621;
/* SwiftUI */
Color(red: 0.459, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#757621")Accessibility — WCAG contrast
Aa
#757621 on white: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757621 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green46.3%
Blue12.9%
CMYK percentages
Cyan0.8%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#757621 text on a black background
contrast 4.37:1
Card sample
#757621 text on a white background
contrast 4.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757621;
Background color
Panel with #757621 background
background-color: #757621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757621; background: linear-gradient(135deg, #757621, #3C7621);