#afec73
a light, electric green · cool · closest name: khaki
RGB
175, 236, 115
HSL
90°, 76%, 69%
CMYK
26, 0, 51, 8
Luminance
0.7034
Every format
| HEX | #afec73 |
| RGB | rgb(175, 236, 115) |
| HSL | hsl(90, 76%, 69%) |
| CMYK | cmyk(26%, 0%, 51%, 8%) |
| LAB | lab(87.2 -39.0 52.0) |
| LCH | lch(87.2 65.0 126.8) |
| OKLCH | oklch(0.876 0.165 131.2) |
Copy-ready code
/* CSS */
color: #afec73;
background-color: #afec73;
/* Tailwind (arbitrary) */
class="text-[#afec73] bg-[#afec73]"
/* SCSS */
$brand: #afec73;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.451)
/* Android */
Color.parseColor("#afec73")Accessibility — WCAG contrast
Aa
#afec73 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afec73 on black: 15.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue45.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow51.3%
Key (black)7.5%
Color previews
#afec73 text on a black background
contrast 15.07:1
Card sample
#afec73 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afec73;
Background color
Panel with #afec73 background
background-color: #afec73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afec73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afec73; background: linear-gradient(135deg, #afec73, #73EC87);