#afeccd
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 205
HSL
150°, 62%, 81%
CMYK
26, 0, 13, 8
Luminance
0.7351
Every format
| HEX | #afeccd |
| RGB | rgb(175, 236, 205) |
| HSL | hsl(150, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 13%, 8%) |
| LAB | lab(88.7 -25.5 8.8) |
| LCH | lch(88.7 27.0 160.9) |
| OKLCH | oklch(0.893 0.075 162.3) |
Copy-ready code
/* CSS */
color: #afeccd;
background-color: #afeccd;
/* Tailwind (arbitrary) */
class="text-[#afeccd] bg-[#afeccd]"
/* SCSS */
$brand: #afeccd;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#afeccd")Accessibility — WCAG contrast
Aa
#afeccd on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeccd on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue80.4%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#afeccd text on a black background
contrast 15.70:1
Card sample
#afeccd text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeccd;
Background color
Panel with #afeccd background
background-color: #afeccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeccd; background: linear-gradient(135deg, #afeccd, #AFE2EC);