#afeb64
a light, electric green · cool · closest name: khaki
RGB
175, 235, 100
HSL
87°, 77%, 66%
CMYK
26, 0, 57, 8
Luminance
0.6945
Every format
| HEX | #afeb64 |
| RGB | rgb(175, 235, 100) |
| HSL | hsl(87, 77%, 66%) |
| CMYK | cmyk(26%, 0%, 57%, 8%) |
| LAB | lab(86.7 -40.0 58.3) |
| LCH | lch(86.7 70.7 124.5) |
| OKLCH | oklch(0.872 0.176 129.5) |
Copy-ready code
/* CSS */
color: #afeb64;
background-color: #afeb64;
/* Tailwind (arbitrary) */
class="text-[#afeb64] bg-[#afeb64]"
/* SCSS */
$brand: #afeb64;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.392)
/* Android */
Color.parseColor("#afeb64")Accessibility — WCAG contrast
Aa
#afeb64 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb64 on black: 14.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue39.2%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow57.4%
Key (black)7.8%
Color previews
#afeb64 text on a black background
contrast 14.89:1
Card sample
#afeb64 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb64;
Background color
Panel with #afeb64 background
background-color: #afeb64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb64; background: linear-gradient(135deg, #afeb64, #64EB73);