#affc84
a light, electric green · cool · closest name: khaki
RGB
175, 252, 132
HSL
99°, 95%, 75%
CMYK
31, 0, 48, 1
Luminance
0.8040
Every format
| HEX | #affc84 |
| RGB | rgb(175, 252, 132) |
| HSL | hsl(99, 95%, 75%) |
| CMYK | cmyk(31%, 0%, 48%, 1%) |
| LAB | lab(91.9 -44.1 49.8) |
| LCH | lch(91.9 66.5 131.5) |
| OKLCH | oklch(0.915 0.171 135.4) |
Copy-ready code
/* CSS */
color: #affc84;
background-color: #affc84;
/* Tailwind (arbitrary) */
class="text-[#affc84] bg-[#affc84]"
/* SCSS */
$brand: #affc84;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.518)
/* Android */
Color.parseColor("#affc84")Accessibility — WCAG contrast
Aa
#affc84 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc84 on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue51.8%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow47.6%
Key (black)1.2%
Color previews
#affc84 text on a black background
contrast 17.08:1
Card sample
#affc84 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc84;
Background color
Panel with #affc84 background
background-color: #affc84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc84; background: linear-gradient(135deg, #affc84, #84FCA9);