#afdf7b
a light, vivid green · cool · closest name: khaki
RGB
175, 223, 123
HSL
89°, 61%, 68%
CMYK
22, 0, 45, 13
Luminance
0.6332
Every format
| HEX | #afdf7b |
| RGB | rgb(175, 223, 123) |
| HSL | hsl(89, 61%, 68%) |
| CMYK | cmyk(22%, 0%, 45%, 13%) |
| LAB | lab(83.6 -32.2 43.9) |
| LCH | lch(83.6 54.4 126.2) |
| OKLCH | oklch(0.848 0.139 129.9) |
Copy-ready code
/* CSS */
color: #afdf7b;
background-color: #afdf7b;
/* Tailwind (arbitrary) */
class="text-[#afdf7b] bg-[#afdf7b]"
/* SCSS */
$brand: #afdf7b;
/* SwiftUI */
Color(red: 0.686, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#afdf7b")Accessibility — WCAG contrast
Aa
#afdf7b on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdf7b on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green87.5%
Blue48.2%
CMYK percentages
Cyan21.5%
Magenta0.0%
Yellow44.8%
Key (black)12.5%
Color previews
#afdf7b text on a black background
contrast 13.66:1
Card sample
#afdf7b text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdf7b;
Background color
Panel with #afdf7b background
background-color: #afdf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdf7b; background: linear-gradient(135deg, #afdf7b, #7BDF89);