#afd072
a balanced, vivid green · cool · closest name: khaki
RGB
175, 208, 114
HSL
81°, 50%, 63%
CMYK
16, 0, 45, 18
Luminance
0.5544
Every format
| HEX | #afd072 |
| RGB | rgb(175, 208, 114) |
| HSL | hsl(81, 50%, 63%) |
| CMYK | cmyk(16%, 0%, 45%, 18%) |
| LAB | lab(79.3 -26.1 42.9) |
| LCH | lch(79.3 50.2 121.3) |
| OKLCH | oklch(0.812 0.127 125.0) |
Copy-ready code
/* CSS */
color: #afd072;
background-color: #afd072;
/* Tailwind (arbitrary) */
class="text-[#afd072] bg-[#afd072]"
/* SCSS */
$brand: #afd072;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.447)
/* Android */
Color.parseColor("#afd072")Accessibility — WCAG contrast
Aa
#afd072 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd072 on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue44.7%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow45.2%
Key (black)18.4%
Color previews
#afd072 text on a black background
contrast 12.09:1
Card sample
#afd072 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd072;
Background color
Panel with #afd072 background
background-color: #afd072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd072; background: linear-gradient(135deg, #afd072, #72D074);