#affc8b
a light, electric green · cool · closest name: khaki
RGB
175, 252, 139
HSL
101°, 95%, 77%
CMYK
31, 0, 45, 1
Luminance
0.8060
Every format
| HEX | #affc8b |
| RGB | rgb(175, 252, 139) |
| HSL | hsl(101, 95%, 77%) |
| CMYK | cmyk(31%, 0%, 45%, 1%) |
| LAB | lab(92.0 -43.3 46.6) |
| LCH | lch(92.0 63.6 132.9) |
| OKLCH | oklch(0.916 0.164 136.4) |
Copy-ready code
/* CSS */
color: #affc8b;
background-color: #affc8b;
/* Tailwind (arbitrary) */
class="text-[#affc8b] bg-[#affc8b]"
/* SCSS */
$brand: #affc8b;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.545)
/* Android */
Color.parseColor("#affc8b")Accessibility — WCAG contrast
Aa
#affc8b on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc8b on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue54.5%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow44.8%
Key (black)1.2%
Color previews
#affc8b text on a black background
contrast 17.12:1
Card sample
#affc8b text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc8b;
Background color
Panel with #affc8b background
background-color: #affc8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc8b; background: linear-gradient(135deg, #affc8b, #8BFCB2);