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