#7f8811
a dark, electric yellow · cool · closest name: olive
RGB
127, 136, 17
HSL
65°, 78%, 30%
CMYK
7, 0, 88, 47
Luminance
0.2216
Every format
| HEX | #7f8811 |
| RGB | rgb(127, 136, 17) |
| HSL | hsl(65, 78%, 30%) |
| CMYK | cmyk(7%, 0%, 88%, 47%) |
| LAB | lab(54.2 -17.3 55.2) |
| LCH | lch(54.2 57.9 107.4) |
| OKLCH | oklch(0.599 0.130 114.4) |
Copy-ready code
/* CSS */
color: #7f8811;
background-color: #7f8811;
/* Tailwind (arbitrary) */
class="text-[#7f8811] bg-[#7f8811]"
/* SCSS */
$brand: #7f8811;
/* SwiftUI */
Color(red: 0.498, green: 0.533, blue: 0.067)
/* Android */
Color.parseColor("#7f8811")Accessibility — WCAG contrast
Aa
#7f8811 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7f8811 on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green53.3%
Blue6.7%
CMYK percentages
Cyan6.6%
Magenta0.0%
Yellow87.5%
Key (black)46.7%
Color previews
#7f8811 text on a black background
contrast 5.43:1
Card sample
#7f8811 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7f8811;
Background color
Panel with #7f8811 background
background-color: #7f8811;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7f8811;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 136, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 136, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7f8811; background: linear-gradient(135deg, #7f8811, #308811);