#afd596
a light, soft green · cool · closest name: khaki
RGB
175, 213, 150
HSL
96°, 43%, 71%
CMYK
18, 0, 30, 17
Luminance
0.5890
Every format
| HEX | #afd596 |
| RGB | rgb(175, 213, 150) |
| HSL | hsl(96, 43%, 71%) |
| CMYK | cmyk(18%, 0%, 30%, 17%) |
| LAB | lab(81.2 -23.8 27.2) |
| LCH | lch(81.2 36.1 131.2) |
| OKLCH | oklch(0.830 0.094 133.4) |
Copy-ready code
/* CSS */
color: #afd596;
background-color: #afd596;
/* Tailwind (arbitrary) */
class="text-[#afd596] bg-[#afd596]"
/* SCSS */
$brand: #afd596;
/* SwiftUI */
Color(red: 0.686, green: 0.835, blue: 0.588)
/* Android */
Color.parseColor("#afd596")Accessibility — WCAG contrast
Aa
#afd596 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd596 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.5%
Blue58.8%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow29.6%
Key (black)16.5%
Color previews
#afd596 text on a black background
contrast 12.78:1
Card sample
#afd596 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd596;
Background color
Panel with #afd596 background
background-color: #afd596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 213, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 213, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd596; background: linear-gradient(135deg, #afd596, #96D5A7);