#afdb7b
a light, vivid green · cool · closest name: khaki
RGB
175, 219, 123
HSL
88°, 57%, 67%
CMYK
20, 0, 44, 14
Luminance
0.6121
Every format
| HEX | #afdb7b |
| RGB | rgb(175, 219, 123) |
| HSL | hsl(88, 57%, 67%) |
| CMYK | cmyk(20%, 0%, 44%, 14%) |
| LAB | lab(82.5 -30.3 42.5) |
| LCH | lch(82.5 52.2 125.5) |
| OKLCH | oklch(0.839 0.133 129.1) |
Copy-ready code
/* CSS */
color: #afdb7b;
background-color: #afdb7b;
/* Tailwind (arbitrary) */
class="text-[#afdb7b] bg-[#afdb7b]"
/* SCSS */
$brand: #afdb7b;
/* SwiftUI */
Color(red: 0.686, green: 0.859, blue: 0.482)
/* Android */
Color.parseColor("#afdb7b")Accessibility — WCAG contrast
Aa
#afdb7b on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdb7b on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green85.9%
Blue48.2%
CMYK percentages
Cyan20.1%
Magenta0.0%
Yellow43.8%
Key (black)14.1%
Color previews
#afdb7b text on a black background
contrast 13.24:1
Card sample
#afdb7b text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdb7b;
Background color
Panel with #afdb7b background
background-color: #afdb7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdb7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 219, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 219, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdb7b; background: linear-gradient(135deg, #afdb7b, #7BDB87);