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