#7fa310
a dark, electric green · cool · closest name: olivedrab
RGB
127, 163, 16
HSL
75°, 82%, 35%
CMYK
22, 0, 90, 36
Luminance
0.3074
Every format
| HEX | #7fa310 |
| RGB | rgb(127, 163, 16) |
| HSL | hsl(75, 82%, 35%) |
| CMYK | cmyk(22%, 0%, 90%, 36%) |
| LAB | lab(62.3 -30.7 62.1) |
| LCH | lch(62.3 69.3 116.3) |
| OKLCH | oklch(0.664 0.161 124.1) |
Copy-ready code
/* CSS */
color: #7fa310;
background-color: #7fa310;
/* Tailwind (arbitrary) */
class="text-[#7fa310] bg-[#7fa310]"
/* SCSS */
$brand: #7fa310;
/* SwiftUI */
Color(red: 0.498, green: 0.639, blue: 0.063)
/* Android */
Color.parseColor("#7fa310")Accessibility — WCAG contrast
Aa
#7fa310 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fa310 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green63.9%
Blue6.3%
CMYK percentages
Cyan22.1%
Magenta0.0%
Yellow90.2%
Key (black)36.1%
Color previews
#7fa310 text on a black background
contrast 7.15:1
Card sample
#7fa310 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fa310;
Background color
Panel with #7fa310 background
background-color: #7fa310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fa310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 163, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 163, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fa310; background: linear-gradient(135deg, #7fa310, #1DA310);