#afffda
a light, electric green · cool · closest name: aquamarine
RGB
175, 255, 218
HSL
152°, 100%, 84%
CMYK
31, 0, 15, 0
Luminance
0.8570
Every format
| HEX | #afffda |
| RGB | rgb(175, 255, 218) |
| HSL | hsl(152, 100%, 84%) |
| CMYK | cmyk(31%, 0%, 15%, 0%) |
| LAB | lab(94.2 -31.9 10.0) |
| LCH | lch(94.2 33.5 162.7) |
| OKLCH | oklch(0.938 0.093 164.0) |
Copy-ready code
/* CSS */
color: #afffda;
background-color: #afffda;
/* Tailwind (arbitrary) */
class="text-[#afffda] bg-[#afffda]"
/* SCSS */
$brand: #afffda;
/* SwiftUI */
Color(red: 0.686, green: 1.000, blue: 0.855)
/* Android */
Color.parseColor("#afffda")Accessibility — WCAG contrast
Aa
#afffda on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afffda on black: 18.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green100.0%
Blue85.5%
CMYK percentages
Cyan31.4%
Magenta0.0%
Yellow14.5%
Key (black)0.0%
Color previews
#afffda text on a black background
contrast 18.14:1
Card sample
#afffda text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afffda;
Background color
Panel with #afffda background
background-color: #afffda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afffda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 255, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 255, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afffda; background: linear-gradient(135deg, #afffda, #AFEFFF);