#afed45
a balanced, electric green · cool · closest name: yellow
RGB
175, 237, 69
HSL
82°, 82%, 60%
CMYK
26, 0, 71, 7
Luminance
0.7011
Every format
| HEX | #afed45 |
| RGB | rgb(175, 237, 69) |
| HSL | hsl(82, 82%, 60%) |
| CMYK | cmyk(26%, 0%, 71%, 7%) |
| LAB | lab(87.0 -43.2 70.9) |
| LCH | lch(87.0 83.0 121.3) |
| OKLCH | oklch(0.874 0.201 127.9) |
Copy-ready code
/* CSS */
color: #afed45;
background-color: #afed45;
/* Tailwind (arbitrary) */
class="text-[#afed45] bg-[#afed45]"
/* SCSS */
$brand: #afed45;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.271)
/* Android */
Color.parseColor("#afed45")Accessibility — WCAG contrast
Aa
#afed45 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed45 on black: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue27.1%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow70.9%
Key (black)7.1%
Color previews
#afed45 text on a black background
contrast 15.02:1
Card sample
#afed45 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed45;
Background color
Panel with #afed45 background
background-color: #afed45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed45; background: linear-gradient(135deg, #afed45, #45ED4B);