#afeb4b
a balanced, electric green · cool · closest name: yellow
RGB
175, 235, 75
HSL
83°, 80%, 61%
CMYK
26, 0, 68, 8
Luminance
0.6904
Every format
| HEX | #afeb4b |
| RGB | rgb(175, 235, 75) |
| HSL | hsl(83, 80%, 61%) |
| CMYK | cmyk(26%, 0%, 68%, 8%) |
| LAB | lab(86.5 -41.9 68.2) |
| LCH | lch(86.5 80.0 121.6) |
| OKLCH | oklch(0.870 0.195 127.8) |
Copy-ready code
/* CSS */
color: #afeb4b;
background-color: #afeb4b;
/* Tailwind (arbitrary) */
class="text-[#afeb4b] bg-[#afeb4b]"
/* SCSS */
$brand: #afeb4b;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.294)
/* Android */
Color.parseColor("#afeb4b")Accessibility — WCAG contrast
Aa
#afeb4b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb4b on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue29.4%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow68.1%
Key (black)7.8%
Color previews
#afeb4b text on a black background
contrast 14.81:1
Card sample
#afeb4b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb4b;
Background color
Panel with #afeb4b background
background-color: #afeb4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb4b; background: linear-gradient(135deg, #afeb4b, #4BEB52);