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