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