#affc88
a light, electric green · cool · closest name: khaki
RGB
175, 252, 136
HSL
100°, 95%, 76%
CMYK
31, 0, 46, 1
Luminance
0.8051
Every format
| HEX | #affc88 |
| RGB | rgb(175, 252, 136) |
| HSL | hsl(100, 95%, 76%) |
| CMYK | cmyk(31%, 0%, 46%, 1%) |
| LAB | lab(91.9 -43.7 48.0) |
| LCH | lch(91.9 64.9 132.3) |
| OKLCH | oklch(0.915 0.167 135.9) |
Copy-ready code
/* CSS */
color: #affc88;
background-color: #affc88;
/* Tailwind (arbitrary) */
class="text-[#affc88] bg-[#affc88]"
/* SCSS */
$brand: #affc88;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.533)
/* Android */
Color.parseColor("#affc88")Accessibility — WCAG contrast
Aa
#affc88 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc88 on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue53.3%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow46.0%
Key (black)1.2%
Color previews
#affc88 text on a black background
contrast 17.10:1
Card sample
#affc88 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc88;
Background color
Panel with #affc88 background
background-color: #affc88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc88; background: linear-gradient(135deg, #affc88, #88FCAE);