#afeb5b
a balanced, electric green · cool · closest name: khaki
RGB
175, 235, 91
HSL
85°, 78%, 64%
CMYK
26, 0, 61, 8
Luminance
0.6929
Every format
| HEX | #afeb5b |
| RGB | rgb(175, 235, 91) |
| HSL | hsl(85, 78%, 64%) |
| CMYK | cmyk(26%, 0%, 61%, 8%) |
| LAB | lab(86.6 -40.8 62.0) |
| LCH | lch(86.6 74.2 123.3) |
| OKLCH | oklch(0.871 0.184 128.8) |
Copy-ready code
/* CSS */
color: #afeb5b;
background-color: #afeb5b;
/* Tailwind (arbitrary) */
class="text-[#afeb5b] bg-[#afeb5b]"
/* SCSS */
$brand: #afeb5b;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.357)
/* Android */
Color.parseColor("#afeb5b")Accessibility — WCAG contrast
Aa
#afeb5b on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeb5b on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue35.7%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow61.3%
Key (black)7.8%
Color previews
#afeb5b text on a black background
contrast 14.86:1
Card sample
#afeb5b text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeb5b;
Background color
Panel with #afeb5b background
background-color: #afeb5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeb5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeb5b; background: linear-gradient(135deg, #afeb5b, #5BEB67);