#767821
a dark, vivid yellow · cool · closest name: olive
RGB
118, 120, 33
HSL
61°, 57%, 30%
CMYK
2, 0, 73, 53
Luminance
0.1739
Every format
| HEX | #767821 |
| RGB | rgb(118, 120, 33) |
| HSL | hsl(61, 57%, 30%) |
| CMYK | cmyk(2%, 0%, 73%, 53%) |
| LAB | lab(48.8 -12.2 45.0) |
| LCH | lch(48.8 46.6 105.1) |
| OKLCH | oklch(0.554 0.107 110.7) |
Copy-ready code
/* CSS */
color: #767821;
background-color: #767821;
/* Tailwind (arbitrary) */
class="text-[#767821] bg-[#767821]"
/* SCSS */
$brand: #767821;
/* SwiftUI */
Color(red: 0.463, green: 0.471, blue: 0.129)
/* Android */
Color.parseColor("#767821")Accessibility — WCAG contrast
Aa
#767821 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#767821 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green47.1%
Blue12.9%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow72.5%
Key (black)52.9%
Color previews
#767821 text on a black background
contrast 4.48:1
Card sample
#767821 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #767821;
Background color
Panel with #767821 background
background-color: #767821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #767821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 120, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 120, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #767821; background: linear-gradient(135deg, #767821, #3C7821);