#affc9c
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 156
HSL
108°, 94%, 80%
CMYK
31, 0, 38, 1
Luminance
0.8114
Every format
| HEX | #affc9c |
| RGB | rgb(175, 252, 156) |
| HSL | hsl(108, 94%, 80%) |
| CMYK | cmyk(31%, 0%, 38%, 1%) |
| LAB | lab(92.2 -41.0 38.6) |
| LCH | lch(92.2 56.4 136.7) |
| OKLCH | oklch(0.918 0.147 139.5) |
Copy-ready code
/* CSS */
color: #affc9c;
background-color: #affc9c;
/* Tailwind (arbitrary) */
class="text-[#affc9c] bg-[#affc9c]"
/* SCSS */
$brand: #affc9c;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.612)
/* Android */
Color.parseColor("#affc9c")Accessibility — WCAG contrast
Aa
#affc9c on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc9c on black: 17.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue61.2%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow38.1%
Key (black)1.2%
Color previews
#affc9c text on a black background
contrast 17.23:1
Card sample
#affc9c text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc9c;
Background color
Panel with #affc9c background
background-color: #affc9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc9c; background: linear-gradient(135deg, #affc9c, #9CFCC9);