#afd618
a balanced, electric green · cool · closest name: yellow
RGB
175, 214, 24
HSL
72°, 80%, 47%
CMYK
18, 0, 89, 16
Luminance
0.5727
Every format
| HEX | #afd618 |
| RGB | rgb(175, 214, 24) |
| HSL | hsl(72, 80%, 47%) |
| CMYK | cmyk(18%, 0%, 89%, 16%) |
| LAB | lab(80.3 -34.7 76.7) |
| LCH | lch(80.3 84.2 114.3) |
| OKLCH | oklch(0.819 0.194 122.1) |
Copy-ready code
/* CSS */
color: #afd618;
background-color: #afd618;
/* Tailwind (arbitrary) */
class="text-[#afd618] bg-[#afd618]"
/* SCSS */
$brand: #afd618;
/* SwiftUI */
Color(red: 0.686, green: 0.839, blue: 0.094)
/* Android */
Color.parseColor("#afd618")Accessibility — WCAG contrast
Aa
#afd618 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afd618 on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green83.9%
Blue9.4%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow88.8%
Key (black)16.1%
Color previews
#afd618 text on a black background
contrast 12.45:1
Card sample
#afd618 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afd618;
Background color
Panel with #afd618 background
background-color: #afd618;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afd618;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 214, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 214, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afd618; background: linear-gradient(135deg, #afd618, #30D618);