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