#afd288
a light, vivid green · cool · closest name: khaki
RGB
175, 210, 136
HSL
88°, 45%, 68%
CMYK
17, 0, 35, 18
Luminance
0.5698
Every format
| HEX | #afd288 |
| RGB | rgb(175, 210, 136) |
| HSL | hsl(88, 45%, 68%) |
| CMYK | cmyk(17%, 0%, 35%, 18%) |
| LAB | lab(80.2 -24.3 33.0) |
| LCH | lch(80.2 41.0 126.4) |
| OKLCH | oklch(0.821 0.105 129.1) |
Copy-ready code
/* CSS */
color: #afd288;
background-color: #afd288;
/* Tailwind (arbitrary) */
class="text-[#afd288] bg-[#afd288]"
/* SCSS */
$brand: #afd288;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.533)
/* Android */
Color.parseColor("#afd288")Accessibility — WCAG contrast
Aa
#afd288 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd288 on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue53.3%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow35.2%
Key (black)17.6%
Color previews
#afd288 text on a black background
contrast 12.40:1
Card sample
#afd288 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd288;
Background color
Panel with #afd288 background
background-color: #afd288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd288; background: linear-gradient(135deg, #afd288, #88D292);