#afd799
a light, soft green · cool · closest name: khaki
RGB
175, 215, 153
HSL
99°, 44%, 72%
CMYK
19, 0, 29, 16
Luminance
0.6001
Every format
| HEX | #afd799 |
| RGB | rgb(175, 215, 153) |
| HSL | hsl(99, 44%, 72%) |
| CMYK | cmyk(19%, 0%, 29%, 16%) |
| LAB | lab(81.8 -24.3 26.4) |
| LCH | lch(81.8 35.9 132.6) |
| OKLCH | oklch(0.835 0.094 134.8) |
Copy-ready code
/* CSS */
color: #afd799;
background-color: #afd799;
/* Tailwind (arbitrary) */
class="text-[#afd799] bg-[#afd799]"
/* SCSS */
$brand: #afd799;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.600)
/* Android */
Color.parseColor("#afd799")Accessibility — WCAG contrast
Aa
#afd799 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd799 on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue60.0%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow28.8%
Key (black)15.7%
Color previews
#afd799 text on a black background
contrast 13.00:1
Card sample
#afd799 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd799;
Background color
Panel with #afd799 background
background-color: #afd799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd799; background: linear-gradient(135deg, #afd799, #99D7AC);