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