#affc5f
a light, electric green · cool · closest name: yellow
RGB
175, 252, 95
HSL
89°, 96%, 68%
CMYK
31, 0, 62, 1
Luminance
0.7956
Every format
| HEX | #affc5f |
| RGB | rgb(175, 252, 95) |
| HSL | hsl(89, 96%, 68%) |
| CMYK | cmyk(31%, 0%, 62%, 1%) |
| LAB | lab(91.5 -47.8 65.7) |
| LCH | lch(91.5 81.2 126.0) |
| OKLCH | oklch(0.910 0.202 131.6) |
Copy-ready code
/* CSS */
color: #affc5f;
background-color: #affc5f;
/* Tailwind (arbitrary) */
class="text-[#affc5f] bg-[#affc5f]"
/* SCSS */
$brand: #affc5f;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.373)
/* Android */
Color.parseColor("#affc5f")Accessibility — WCAG contrast
Aa
#affc5f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc5f on black: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue37.3%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow62.3%
Key (black)1.2%
Color previews
#affc5f text on a black background
contrast 16.91:1
Card sample
#affc5f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc5f;
Background color
Panel with #affc5f background
background-color: #affc5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc5f; background: linear-gradient(135deg, #affc5f, #5FFC77);