#a7c25f
a balanced, soft green · cool · closest name: olivedrab
RGB
167, 194, 95
HSL
76°, 45%, 57%
CMYK
14, 0, 51, 24
Luminance
0.4763
Every format
| HEX | #a7c25f |
| RGB | rgb(167, 194, 95) |
| HSL | hsl(76, 45%, 57%) |
| CMYK | cmyk(14%, 0%, 51%, 24%) |
| LAB | lab(74.6 -24.4 46.3) |
| LCH | lch(74.6 52.4 117.8) |
| OKLCH | oklch(0.772 0.130 122.1) |
Copy-ready code
/* CSS */
color: #a7c25f;
background-color: #a7c25f;
/* Tailwind (arbitrary) */
class="text-[#a7c25f] bg-[#a7c25f]"
/* SCSS */
$brand: #a7c25f;
/* SwiftUI */
Color(red: 0.655, green: 0.761, blue: 0.373)
/* Android */
Color.parseColor("#a7c25f")Accessibility — WCAG contrast
Aa
#a7c25f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c25f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green76.1%
Blue37.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow51.0%
Key (black)23.9%
Color previews
#a7c25f text on a black background
contrast 10.53:1
Card sample
#a7c25f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c25f;
Background color
Panel with #a7c25f background
background-color: #a7c25f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c25f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 194, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 194, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c25f; background: linear-gradient(135deg, #a7c25f, #65C25F);