#afff9f
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 159
HSL
110°, 100%, 81%
CMYK
31, 0, 38, 0
Luminance
0.8314
Every format
| HEX | #afff9f |
| RGB | rgb(175, 255, 159) |
| HSL | hsl(110, 100%, 81%) |
| CMYK | cmyk(31%, 0%, 38%, 0%) |
| LAB | lab(93.1 -42.0 38.3) |
| LCH | lch(93.1 56.8 137.6) |
| OKLCH | oklch(0.926 0.149 140.3) |
Copy-ready code
/* CSS */
color: #afff9f;
background-color: #afff9f;
/* Tailwind (arbitrary) */
class="text-[#afff9f] bg-[#afff9f]"
/* SCSS */
$brand: #afff9f;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.624)
/* Android */
Color.parseColor("#afff9f")Accessibility — WCAG contrast
Aa
#afff9f on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afff9f on black: 17.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue62.4%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow37.6%
Key (black)0.0%
Color previews
#afff9f text on a black background
contrast 17.63:1
Card sample
#afff9f text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afff9f;
Background color
Panel with #afff9f background
background-color: #afff9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afff9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afff9f; background: linear-gradient(135deg, #afff9f, #9FFFCF);