#afdc94
a light, vivid green · cool · closest name: khaki
RGB
175, 220, 148
HSL
98°, 51%, 72%
CMYK
21, 0, 33, 14
Luminance
0.6244
Every format
| HEX | #afdc94 |
| RGB | rgb(175, 220, 148) |
| HSL | hsl(98, 51%, 72%) |
| CMYK | cmyk(21%, 0%, 33%, 14%) |
| LAB | lab(83.2 -27.5 30.8) |
| LCH | lch(83.2 41.2 131.8) |
| OKLCH | oklch(0.845 0.107 134.2) |
Copy-ready code
/* CSS */
color: #afdc94;
background-color: #afdc94;
/* Tailwind (arbitrary) */
class="text-[#afdc94] bg-[#afdc94]"
/* SCSS */
$brand: #afdc94;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.580)
/* Android */
Color.parseColor("#afdc94")Accessibility — WCAG contrast
Aa
#afdc94 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc94 on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue58.0%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow32.7%
Key (black)13.7%
Color previews
#afdc94 text on a black background
contrast 13.49:1
Card sample
#afdc94 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc94;
Background color
Panel with #afdc94 background
background-color: #afdc94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc94; background: linear-gradient(135deg, #afdc94, #94DCA9);