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