#afd665
a balanced, vivid green · cool · closest name: khaki
RGB
175, 214, 101
HSL
81°, 58%, 62%
CMYK
18, 0, 53, 16
Luminance
0.5815
Every format
| HEX | #afd665 |
| RGB | rgb(175, 214, 101) |
| HSL | hsl(81, 58%, 62%) |
| CMYK | cmyk(18%, 0%, 53%, 16%) |
| LAB | lab(80.8 -30.3 51.0) |
| LCH | lch(80.8 59.3 120.7) |
| OKLCH | oklch(0.824 0.148 125.3) |
Copy-ready code
/* CSS */
color: #afd665;
background-color: #afd665;
/* Tailwind (arbitrary) */
class="text-[#afd665] bg-[#afd665]"
/* SCSS */
$brand: #afd665;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.396)
/* Android */
Color.parseColor("#afd665")Accessibility — WCAG contrast
Aa
#afd665 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd665 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue39.6%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow52.8%
Key (black)16.1%
Color previews
#afd665 text on a black background
contrast 12.63:1
Card sample
#afd665 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd665;
Background color
Panel with #afd665 background
background-color: #afd665;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd665;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd665; background: linear-gradient(135deg, #afd665, #65D667);