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