#a7e675
a light, vivid green · cool · closest name: khaki
RGB
167, 230, 117
HSL
94°, 69%, 68%
CMYK
27, 0, 49, 10
Luminance
0.6609
Every format
| HEX | #a7e675 |
| RGB | rgb(167, 230, 117) |
| HSL | hsl(94, 69%, 68%) |
| CMYK | cmyk(27%, 0%, 49%, 10%) |
| LAB | lab(85.0 -38.9 48.4) |
| LCH | lch(85.0 62.1 128.8) |
| OKLCH | oklch(0.858 0.158 132.8) |
Copy-ready code
/* CSS */
color: #a7e675;
background-color: #a7e675;
/* Tailwind (arbitrary) */
class="text-[#a7e675] bg-[#a7e675]"
/* SCSS */
$brand: #a7e675;
/* SwiftUI */
Color(red: 0.655, green: 0.902, blue: 0.459)
/* Android */
Color.parseColor("#a7e675")Accessibility — WCAG contrast
Aa
#a7e675 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7e675 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green90.2%
Blue45.9%
CMYK percentages
Cyan27.4%
Magenta0.0%
Yellow49.1%
Key (black)9.8%
Color previews
#a7e675 text on a black background
contrast 14.22:1
Card sample
#a7e675 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7e675;
Background color
Panel with #a7e675 background
background-color: #a7e675;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7e675;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 230, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 230, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7e675; background: linear-gradient(135deg, #a7e675, #75E68E);