#afd097
a light, soft green · cool · closest name: khaki
RGB
175, 208, 151
HSL
95°, 38%, 70%
CMYK
16, 0, 27, 18
Luminance
0.5646
Every format
| HEX | #afd097 |
| RGB | rgb(175, 208, 151) |
| HSL | hsl(95, 38%, 70%) |
| CMYK | cmyk(16%, 0%, 27%, 18%) |
| LAB | lab(79.9 -21.2 24.8) |
| LCH | lch(79.9 32.6 130.5) |
| OKLCH | oklch(0.819 0.085 132.5) |
Copy-ready code
/* CSS */
color: #afd097;
background-color: #afd097;
/* Tailwind (arbitrary) */
class="text-[#afd097] bg-[#afd097]"
/* SCSS */
$brand: #afd097;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.592)
/* Android */
Color.parseColor("#afd097")Accessibility — WCAG contrast
Aa
#afd097 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd097 on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue59.2%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow27.4%
Key (black)18.4%
Color previews
#afd097 text on a black background
contrast 12.29:1
Card sample
#afd097 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd097;
Background color
Panel with #afd097 background
background-color: #afd097;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd097;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd097; background: linear-gradient(135deg, #afd097, #97D0A5);