#7f8917
a dark, vivid yellow · cool · closest name: olive
RGB
127, 137, 23
HSL
65°, 71%, 31%
CMYK
7, 0, 83, 46
Luminance
0.2247
Every format
| HEX | #7f8917 |
| RGB | rgb(127, 137, 23) |
| HSL | hsl(65, 71%, 31%) |
| CMYK | cmyk(7%, 0%, 83%, 46%) |
| LAB | lab(54.5 -17.6 54.0) |
| LCH | lch(54.5 56.8 108.1) |
| OKLCH | oklch(0.602 0.129 114.9) |
Copy-ready code
/* CSS */
color: #7f8917;
background-color: #7f8917;
/* Tailwind (arbitrary) */
class="text-[#7f8917] bg-[#7f8917]"
/* SCSS */
$brand: #7f8917;
/* SwiftUI */
Color(red: 0.498, green: 0.537, blue: 0.090)
/* Android */
Color.parseColor("#7f8917")Accessibility — WCAG contrast
Aa
#7f8917 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8917 on black: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green53.7%
Blue9.0%
CMYK percentages
Cyan7.3%
Magenta0.0%
Yellow83.2%
Key (black)46.3%
Color previews
#7f8917 text on a black background
contrast 5.49:1
Card sample
#7f8917 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8917;
Background color
Panel with #7f8917 background
background-color: #7f8917;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8917;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 137, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 137, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8917; background: linear-gradient(135deg, #7f8917, #338917);