#afee7b
a light, electric green · cool · closest name: khaki
RGB
175, 238, 123
HSL
93°, 77%, 71%
CMYK
27, 0, 48, 7
Luminance
0.7169
Every format
| HEX | #afee7b |
| RGB | rgb(175, 238, 123) |
| HSL | hsl(93, 77%, 71%) |
| CMYK | cmyk(27%, 0%, 48%, 7%) |
| LAB | lab(87.8 -39.0 49.1) |
| LCH | lch(87.8 62.7 128.5) |
| OKLCH | oklch(0.881 0.160 132.5) |
Copy-ready code
/* CSS */
color: #afee7b;
background-color: #afee7b;
/* Tailwind (arbitrary) */
class="text-[#afee7b] bg-[#afee7b]"
/* SCSS */
$brand: #afee7b;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.482)
/* Android */
Color.parseColor("#afee7b")Accessibility — WCAG contrast
Aa
#afee7b on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afee7b on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue48.2%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow48.3%
Key (black)6.7%
Color previews
#afee7b text on a black background
contrast 15.34:1
Card sample
#afee7b text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afee7b;
Background color
Panel with #afee7b background
background-color: #afee7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afee7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afee7b; background: linear-gradient(135deg, #afee7b, #7BEE94);