#afd396
a light, soft green · cool · closest name: khaki
RGB
175, 211, 150
HSL
95°, 41%, 71%
CMYK
17, 0, 29, 17
Luminance
0.5790
Every format
| HEX | #afd396 |
| RGB | rgb(175, 211, 150) |
| HSL | hsl(95, 41%, 71%) |
| CMYK | cmyk(17%, 0%, 29%, 17%) |
| LAB | lab(80.7 -22.8 26.4) |
| LCH | lch(80.7 34.9 130.8) |
| OKLCH | oklch(0.825 0.091 132.9) |
Copy-ready code
/* CSS */
color: #afd396;
background-color: #afd396;
/* Tailwind (arbitrary) */
class="text-[#afd396] bg-[#afd396]"
/* SCSS */
$brand: #afd396;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.588)
/* Android */
Color.parseColor("#afd396")Accessibility — WCAG contrast
Aa
#afd396 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd396 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue58.8%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow28.9%
Key (black)17.3%
Color previews
#afd396 text on a black background
contrast 12.58:1
Card sample
#afd396 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd396;
Background color
Panel with #afd396 background
background-color: #afd396;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd396;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd396; background: linear-gradient(135deg, #afd396, #96D3A6);