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