#affc9f
a light, electric green · cool · closest name: aquamarine
RGB
175, 252, 159
HSL
110°, 94%, 81%
CMYK
31, 0, 37, 1
Luminance
0.8124
Every format
| HEX | #affc9f |
| RGB | rgb(175, 252, 159) |
| HSL | hsl(110, 94%, 81%) |
| CMYK | cmyk(31%, 0%, 37%, 1%) |
| LAB | lab(92.2 -40.6 37.2) |
| LCH | lch(92.2 55.1 137.5) |
| OKLCH | oklch(0.919 0.144 140.2) |
Copy-ready code
/* CSS */
color: #affc9f;
background-color: #affc9f;
/* Tailwind (arbitrary) */
class="text-[#affc9f] bg-[#affc9f]"
/* SCSS */
$brand: #affc9f;
/* SwiftUI */
Color(red: 0.686, green: 0.988, blue: 0.624)
/* Android */
Color.parseColor("#affc9f")Accessibility — WCAG contrast
Aa
#affc9f on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#affc9f on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green98.8%
Blue62.4%
CMYK percentages
Cyan30.6%
Magenta0.0%
Yellow36.9%
Key (black)1.2%
Color previews
#affc9f text on a black background
contrast 17.25:1
Card sample
#affc9f text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #affc9f;
Background color
Panel with #affc9f background
background-color: #affc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #affc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 252, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 252, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #affc9f; background: linear-gradient(135deg, #affc9f, #9FFCCD);