#afefd2
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 210
HSL
153°, 67%, 81%
CMYK
27, 0, 12, 6
Luminance
0.7550
Every format
| HEX | #afefd2 |
| RGB | rgb(175, 239, 210) |
| HSL | hsl(153, 67%, 81%) |
| CMYK | cmyk(27%, 0%, 12%, 6%) |
| LAB | lab(89.6 -25.9 7.6) |
| LCH | lch(89.6 27.0 163.7) |
| OKLCH | oklch(0.901 0.076 165.1) |
Copy-ready code
/* CSS */
color: #afefd2;
background-color: #afefd2;
/* Tailwind (arbitrary) */
class="text-[#afefd2] bg-[#afefd2]"
/* SCSS */
$brand: #afefd2;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#afefd2")Accessibility — WCAG contrast
Aa
#afefd2 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefd2 on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue82.4%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow12.1%
Key (black)6.3%
Color previews
#afefd2 text on a black background
contrast 16.10:1
Card sample
#afefd2 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefd2;
Background color
Panel with #afefd2 background
background-color: #afefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefd2; background: linear-gradient(135deg, #afefd2, #AFE1EF);