#afd027
a balanced, vivid green · cool · closest name: yellow
RGB
175, 208, 39
HSL
72°, 68%, 48%
CMYK
16, 0, 81, 18
Luminance
0.5437
Every format
| HEX | #afd027 |
| RGB | rgb(175, 208, 39) |
| HSL | hsl(72, 68%, 48%) |
| CMYK | cmyk(16%, 0%, 81%, 18%) |
| LAB | lab(78.7 -31.5 72.2) |
| LCH | lch(78.7 78.8 113.6) |
| OKLCH | oklch(0.805 0.183 120.9) |
Copy-ready code
/* CSS */
color: #afd027;
background-color: #afd027;
/* Tailwind (arbitrary) */
class="text-[#afd027] bg-[#afd027]"
/* SCSS */
$brand: #afd027;
/* SwiftUI */
Color(red: 0.686, green: 0.816, blue: 0.153)
/* Android */
Color.parseColor("#afd027")Accessibility — WCAG contrast
Aa
#afd027 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd027 on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green81.6%
Blue15.3%
CMYK percentages
Cyan15.9%
Magenta0.0%
Yellow81.3%
Key (black)18.4%
Color previews
#afd027 text on a black background
contrast 11.87:1
Card sample
#afd027 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd027;
Background color
Panel with #afd027 background
background-color: #afd027;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd027;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 208, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 208, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd027; background: linear-gradient(135deg, #afd027, #3ED027);