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