#afeed8
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 216
HSL
159°, 65%, 81%
CMYK
27, 0, 9, 7
Luminance
0.7522
Every format
| HEX | #afeed8 |
| RGB | rgb(175, 238, 216) |
| HSL | hsl(159, 65%, 81%) |
| CMYK | cmyk(27%, 0%, 9%, 7%) |
| LAB | lab(89.5 -24.3 4.3) |
| LCH | lch(89.5 24.6 170.0) |
| OKLCH | oklch(0.900 0.070 171.1) |
Copy-ready code
/* CSS */
color: #afeed8;
background-color: #afeed8;
/* Tailwind (arbitrary) */
class="text-[#afeed8] bg-[#afeed8]"
/* SCSS */
$brand: #afeed8;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.847)
/* Android */
Color.parseColor("#afeed8")Accessibility — WCAG contrast
Aa
#afeed8 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeed8 on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue84.7%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow9.2%
Key (black)6.7%
Color previews
#afeed8 text on a black background
contrast 16.04:1
Card sample
#afeed8 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeed8;
Background color
Panel with #afeed8 background
background-color: #afeed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeed8; background: linear-gradient(135deg, #afeed8, #AFDAEE);