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