#a7c255
a balanced, vivid green · cool · closest name: olivedrab
RGB
167, 194, 85
HSL
75°, 47%, 55%
CMYK
14, 0, 56, 24
Luminance
0.4745
Every format
| HEX | #a7c255 |
| RGB | rgb(167, 194, 85) |
| HSL | hsl(75, 47%, 55%) |
| CMYK | cmyk(14%, 0%, 56%, 24%) |
| LAB | lab(74.5 -25.4 50.9) |
| LCH | lch(74.5 56.9 116.5) |
| OKLCH | oklch(0.771 0.139 121.4) |
Copy-ready code
/* CSS */
color: #a7c255;
background-color: #a7c255;
/* Tailwind (arbitrary) */
class="text-[#a7c255] bg-[#a7c255]"
/* SCSS */
$brand: #a7c255;
/* SwiftUI */
Color(red: 0.655, green: 0.761, blue: 0.333)
/* Android */
Color.parseColor("#a7c255")Accessibility — WCAG contrast
Aa
#a7c255 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7c255 on black: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green76.1%
Blue33.3%
CMYK percentages
Cyan13.9%
Magenta0.0%
Yellow56.2%
Key (black)23.9%
Color previews
#a7c255 text on a black background
contrast 10.49:1
Card sample
#a7c255 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7c255;
Background color
Panel with #a7c255 background
background-color: #a7c255;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7c255;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 194, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 194, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7c255; background: linear-gradient(135deg, #a7c255, #5EC255);