#afd793
a light, vivid green · cool · closest name: khaki
RGB
175, 215, 147
HSL
95°, 46%, 71%
CMYK
19, 0, 32, 16
Luminance
0.5982
Every format
| HEX | #afd793 |
| RGB | rgb(175, 215, 147) |
| HSL | hsl(95, 46%, 71%) |
| CMYK | cmyk(19%, 0%, 32%, 16%) |
| LAB | lab(81.7 -25.2 29.4) |
| LCH | lch(81.7 38.7 130.6) |
| OKLCH | oklch(0.834 0.101 133.0) |
Copy-ready code
/* CSS */
color: #afd793;
background-color: #afd793;
/* Tailwind (arbitrary) */
class="text-[#afd793] bg-[#afd793]"
/* SCSS */
$brand: #afd793;
/* SwiftUI */
Color(red: 0.686, green: 0.843, blue: 0.576)
/* Android */
Color.parseColor("#afd793")Accessibility — WCAG contrast
Aa
#afd793 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd793 on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green84.3%
Blue57.6%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow31.6%
Key (black)15.7%
Color previews
#afd793 text on a black background
contrast 12.96:1
Card sample
#afd793 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd793;
Background color
Panel with #afd793 background
background-color: #afd793;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd793;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 215, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 215, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd793; background: linear-gradient(135deg, #afd793, #93D7A4);