#afdc65
a balanced, vivid green · cool · closest name: khaki
RGB
175, 220, 101
HSL
83°, 63%, 63%
CMYK
21, 0, 54, 14
Luminance
0.6124
Every format
| HEX | #afdc65 |
| RGB | rgb(175, 220, 101) |
| HSL | hsl(83, 63%, 63%) |
| CMYK | cmyk(21%, 0%, 54%, 14%) |
| LAB | lab(82.5 -33.1 53.0) |
| LCH | lch(82.5 62.5 122.0) |
| OKLCH | oklch(0.838 0.156 126.7) |
Copy-ready code
/* CSS */
color: #afdc65;
background-color: #afdc65;
/* Tailwind (arbitrary) */
class="text-[#afdc65] bg-[#afdc65]"
/* SCSS */
$brand: #afdc65;
/* SwiftUI */
Color(red: 0.686, green: 0.863, blue: 0.396)
/* Android */
Color.parseColor("#afdc65")Accessibility — WCAG contrast
Aa
#afdc65 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afdc65 on black: 13.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green86.3%
Blue39.6%
CMYK percentages
Cyan20.5%
Magenta0.0%
Yellow54.1%
Key (black)13.7%
Color previews
#afdc65 text on a black background
contrast 13.25:1
Card sample
#afdc65 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afdc65;
Background color
Panel with #afdc65 background
background-color: #afdc65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afdc65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 220, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 220, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afdc65; background: linear-gradient(135deg, #afdc65, #65DC6A);