#afedce
a light, vivid green · cool · closest name: aquamarine
RGB
175, 237, 206
HSL
150°, 63%, 81%
CMYK
26, 0, 13, 7
Luminance
0.7414
Every format
| HEX | #afedce |
| RGB | rgb(175, 237, 206) |
| HSL | hsl(150, 63%, 81%) |
| CMYK | cmyk(26%, 0%, 13%, 7%) |
| LAB | lab(89.0 -25.8 8.8) |
| LCH | lch(89.0 27.2 161.2) |
| OKLCH | oklch(0.896 0.076 162.7) |
Copy-ready code
/* CSS */
color: #afedce;
background-color: #afedce;
/* Tailwind (arbitrary) */
class="text-[#afedce] bg-[#afedce]"
/* SCSS */
$brand: #afedce;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.808)
/* Android */
Color.parseColor("#afedce")Accessibility — WCAG contrast
Aa
#afedce on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedce on black: 15.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue80.8%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow13.1%
Key (black)7.1%
Color previews
#afedce text on a black background
contrast 15.83:1
Card sample
#afedce text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedce;
Background color
Panel with #afedce background
background-color: #afedce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedce; background: linear-gradient(135deg, #afedce, #AFE3ED);