#aff587
a light, electric green · cool · closest name: khaki
RGB
175, 245, 135
HSL
98°, 85%, 75%
CMYK
29, 0, 45, 4
Luminance
0.7617
Every format
| HEX | #aff587 |
| RGB | rgb(175, 245, 135) |
| HSL | hsl(98, 85%, 75%) |
| CMYK | cmyk(29%, 0%, 45%, 4%) |
| LAB | lab(89.9 -40.7 46.0) |
| LCH | lch(89.9 61.4 131.5) |
| OKLCH | oklch(0.899 0.158 135.1) |
Copy-ready code
/* CSS */
color: #aff587;
background-color: #aff587;
/* Tailwind (arbitrary) */
class="text-[#aff587] bg-[#aff587]"
/* SCSS */
$brand: #aff587;
/* SwiftUI */
Color(red: 0.686, green: 0.961, blue: 0.529)
/* Android */
Color.parseColor("#aff587")Accessibility — WCAG contrast
Aa
#aff587 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aff587 on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green96.1%
Blue52.9%
CMYK percentages
Cyan28.6%
Magenta0.0%
Yellow44.9%
Key (black)3.9%
Color previews
#aff587 text on a black background
contrast 16.23:1
Card sample
#aff587 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aff587;
Background color
Panel with #aff587 background
background-color: #aff587;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aff587;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 245, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 245, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aff587; background: linear-gradient(135deg, #aff587, #87F5A8);