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