#afd247
a balanced, vivid green · cool · closest name: olivedrab
RGB
175, 210, 71
HSL
75°, 61%, 55%
CMYK
17, 0, 66, 18
Luminance
0.5566
Every format
| HEX | #afd247 |
| RGB | rgb(175, 210, 71) |
| HSL | hsl(75, 61%, 55%) |
| CMYK | cmyk(17%, 0%, 66%, 18%) |
| LAB | lab(79.4 -30.9 62.4) |
| LCH | lch(79.4 69.6 116.3) |
| OKLCH | oklch(0.812 0.167 122.4) |
Copy-ready code
/* CSS */
color: #afd247;
background-color: #afd247;
/* Tailwind (arbitrary) */
class="text-[#afd247] bg-[#afd247]"
/* SCSS */
$brand: #afd247;
/* SwiftUI */
Color(red: 0.686, green: 0.824, blue: 0.278)
/* Android */
Color.parseColor("#afd247")Accessibility — WCAG contrast
Aa
#afd247 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd247 on black: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green82.4%
Blue27.8%
CMYK percentages
Cyan16.7%
Magenta0.0%
Yellow66.2%
Key (black)17.6%
Color previews
#afd247 text on a black background
contrast 12.13:1
Card sample
#afd247 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd247;
Background color
Panel with #afd247 background
background-color: #afd247;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd247;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 210, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 210, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd247; background: linear-gradient(135deg, #afd247, #52D247);