#767a21
a dark, vivid yellow · cool · closest name: olive
RGB
118, 122, 33
HSL
63°, 57%, 30%
CMYK
3, 0, 73, 52
Luminance
0.1788
Every format
| HEX | #767a21 |
| RGB | rgb(118, 122, 33) |
| HSL | hsl(63, 57%, 30%) |
| CMYK | cmyk(3%, 0%, 73%, 52%) |
| LAB | lab(49.4 -13.3 45.6) |
| LCH | lch(49.4 47.5 106.2) |
| OKLCH | oklch(0.559 0.109 112.0) |
Copy-ready code
/* CSS */
color: #767a21;
background-color: #767a21;
/* Tailwind (arbitrary) */
class="text-[#767a21] bg-[#767a21]"
/* SCSS */
$brand: #767a21;
/* SwiftUI */
Color(red: 0.463, green: 0.478, blue: 0.129)
/* Android */
Color.parseColor("#767a21")Accessibility — WCAG contrast
Aa
#767a21 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#767a21 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green47.8%
Blue12.9%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow73.0%
Key (black)52.2%
Color previews
#767a21 text on a black background
contrast 4.58:1
Card sample
#767a21 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767a21;
Background color
Panel with #767a21 background
background-color: #767a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 122, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 122, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767a21; background: linear-gradient(135deg, #767a21, #3B7A21);