#affc79
a light, electric green · cool · closest name: khaki
RGB
175, 252, 121
HSL
95°, 96%, 73%
CMYK
31, 0, 52, 1
Luminance
0.8012
Every format
| HEX | #affc79 |
| RGB | rgb(175, 252, 121) |
| HSL | hsl(95, 96%, 73%) |
| CMYK | cmyk(31%, 0%, 52%, 1%) |
| LAB | lab(91.7 -45.4 54.8) |
| LCH | lch(91.7 71.1 129.6) |
| OKLCH | oklch(0.913 0.181 134.0) |
Copy-ready code
/* CSS */
color: #affc79;
background-color: #affc79;
/* Tailwind (arbitrary) */
class="text-[#affc79] bg-[#affc79]"
/* SCSS */
$brand: #affc79;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.475)
/* Android */
Color.parseColor("#affc79")Accessibility — WCAG contrast
Aa
#affc79 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc79 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue47.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow52.0%
Key (black)1.2%
Color previews
#affc79 text on a black background
contrast 17.02:1
Card sample
#affc79 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc79;
Background color
Panel with #affc79 background
background-color: #affc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc79; background: linear-gradient(135deg, #affc79, #79FC9A);