#afec69
a light, electric green · cool · closest name: khaki
RGB
175, 236, 105
HSL
88°, 78%, 67%
CMYK
26, 0, 56, 8
Luminance
0.7012
Every format
| HEX | #afec69 |
| RGB | rgb(175, 236, 105) |
| HSL | hsl(88, 78%, 67%) |
| CMYK | cmyk(26%, 0%, 56%, 8%) |
| LAB | lab(87.1 -40.0 56.5) |
| LCH | lch(87.1 69.2 125.3) |
| OKLCH | oklch(0.875 0.173 130.1) |
Copy-ready code
/* CSS */
color: #afec69;
background-color: #afec69;
/* Tailwind (arbitrary) */
class="text-[#afec69] bg-[#afec69]"
/* SCSS */
$brand: #afec69;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.412)
/* Android */
Color.parseColor("#afec69")Accessibility — WCAG contrast
Aa
#afec69 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec69 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue41.2%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow55.5%
Key (black)7.5%
Color previews
#afec69 text on a black background
contrast 15.02:1
Card sample
#afec69 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec69;
Background color
Panel with #afec69 background
background-color: #afec69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec69; background: linear-gradient(135deg, #afec69, #69EC7A);