#afd378
a balanced, vivid green · cool · closest name: khaki
RGB
175, 211, 120
HSL
84°, 51%, 65%
CMYK
17, 0, 43, 17
Luminance
0.5706
Every format
| HEX | #afd378 |
| RGB | rgb(175, 211, 120) |
| HSL | hsl(84, 51%, 65%) |
| CMYK | cmyk(17%, 0%, 43%, 17%) |
| LAB | lab(80.2 -26.9 41.1) |
| LCH | lch(80.2 49.1 123.2) |
| OKLCH | oklch(0.820 0.124 126.6) |
Copy-ready code
/* CSS */
color: #afd378;
background-color: #afd378;
/* Tailwind (arbitrary) */
class="text-[#afd378] bg-[#afd378]"
/* SCSS */
$brand: #afd378;
/* SwiftUI */
Color(red: 0.686, green: 0.827, blue: 0.471)
/* Android */
Color.parseColor("#afd378")Accessibility — WCAG contrast
Aa
#afd378 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd378 on black: 12.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.7%
Blue47.1%
CMYK percentages
Cyan17.1%
Magenta0.0%
Yellow43.1%
Key (black)17.3%
Color previews
#afd378 text on a black background
contrast 12.41:1
Card sample
#afd378 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd378;
Background color
Panel with #afd378 background
background-color: #afd378;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd378;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 211, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 211, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd378; background: linear-gradient(135deg, #afd378, #78D37E);