#afed4b
a balanced, electric green · cool · closest name: yellow
RGB
175, 237, 75
HSL
83°, 82%, 61%
CMYK
26, 0, 68, 7
Luminance
0.7019
Every format
| HEX | #afed4b |
| RGB | rgb(175, 237, 75) |
| HSL | hsl(83, 82%, 61%) |
| CMYK | cmyk(26%, 0%, 68%, 7%) |
| LAB | lab(87.1 -42.8 68.8) |
| LCH | lch(87.1 81.0 121.9) |
| OKLCH | oklch(0.874 0.198 128.2) |
Copy-ready code
/* CSS */
color: #afed4b;
background-color: #afed4b;
/* Tailwind (arbitrary) */
class="text-[#afed4b] bg-[#afed4b]"
/* SCSS */
$brand: #afed4b;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.294)
/* Android */
Color.parseColor("#afed4b")Accessibility — WCAG contrast
Aa
#afed4b on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afed4b on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue29.4%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow68.4%
Key (black)7.1%
Color previews
#afed4b text on a black background
contrast 15.04:1
Card sample
#afed4b text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afed4b;
Background color
Panel with #afed4b background
background-color: #afed4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afed4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afed4b; background: linear-gradient(135deg, #afed4b, #4BED53);