#afd698
a light, soft green · cool · closest name: khaki
RGB
175, 214, 152
HSL
98°, 43%, 72%
CMYK
18, 0, 29, 16
Luminance
0.5947
Every format
| HEX | #afd698 |
| RGB | rgb(175, 214, 152) |
| HSL | hsl(98, 43%, 72%) |
| CMYK | cmyk(18%, 0%, 29%, 16%) |
| LAB | lab(81.5 -24.0 26.5) |
| LCH | lch(81.5 35.8 132.1) |
| OKLCH | oklch(0.832 0.093 134.2) |
Copy-ready code
/* CSS */
color: #afd698;
background-color: #afd698;
/* Tailwind (arbitrary) */
class="text-[#afd698] bg-[#afd698]"
/* SCSS */
$brand: #afd698;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.596)
/* Android */
Color.parseColor("#afd698")Accessibility — WCAG contrast
Aa
#afd698 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd698 on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue59.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow29.0%
Key (black)16.1%
Color previews
#afd698 text on a black background
contrast 12.89:1
Card sample
#afd698 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd698;
Background color
Panel with #afd698 background
background-color: #afd698;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd698;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd698; background: linear-gradient(135deg, #afd698, #98D6AA);