#afeb5d
a balanced, electric green · cool · closest name: khaki
RGB
175, 235, 93
HSL
85°, 78%, 64%
CMYK
26, 0, 60, 8
Luminance
0.6932
Every format
| HEX | #afeb5d |
| RGB | rgb(175, 235, 93) |
| HSL | hsl(85, 78%, 64%) |
| CMYK | cmyk(26%, 0%, 60%, 8%) |
| LAB | lab(86.7 -40.6 61.2) |
| LCH | lch(86.7 73.5 123.6) |
| OKLCH | oklch(0.871 0.182 129.0) |
Copy-ready code
/* CSS */
color: #afeb5d;
background-color: #afeb5d;
/* Tailwind (arbitrary) */
class="text-[#afeb5d] bg-[#afeb5d]"
/* SCSS */
$brand: #afeb5d;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.365)
/* Android */
Color.parseColor("#afeb5d")Accessibility — WCAG contrast
Aa
#afeb5d on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb5d on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue36.5%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow60.4%
Key (black)7.8%
Color previews
#afeb5d text on a black background
contrast 14.86:1
Card sample
#afeb5d text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb5d;
Background color
Panel with #afeb5d background
background-color: #afeb5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb5d; background: linear-gradient(135deg, #afeb5d, #5DEB6A);