#757921
a dark, vivid yellow · cool · closest name: olive
RGB
117, 121, 33
HSL
63°, 57%, 30%
CMYK
3, 0, 73, 53
Luminance
0.1757
Every format
| HEX | #757921 |
| RGB | rgb(117, 121, 33) |
| HSL | hsl(63, 57%, 30%) |
| CMYK | cmyk(3%, 0%, 73%, 53%) |
| LAB | lab(49.0 -13.2 45.1) |
| LCH | lch(49.0 47.0 106.3) |
| OKLCH | oklch(0.555 0.108 112.0) |
Copy-ready code
/* CSS */
color: #757921;
background-color: #757921;
/* Tailwind (arbitrary) */
class="text-[#757921] bg-[#757921]"
/* SCSS */
$brand: #757921;
/* SwiftUI */
Color(red: 0.459, green: 0.475, blue: 0.129)
/* Android */
Color.parseColor("#757921")Accessibility — WCAG contrast
Aa
#757921 on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#757921 on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green47.5%
Blue12.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow72.7%
Key (black)52.5%
Color previews
#757921 text on a black background
contrast 4.51:1
Card sample
#757921 text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #757921;
Background color
Panel with #757921 background
background-color: #757921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #757921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 121, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 121, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #757921; background: linear-gradient(135deg, #757921, #3A7921);