#afeacd
a light, vivid green · cool · closest name: aquamarine
RGB
175, 234, 205
HSL
151°, 58%, 80%
CMYK
25, 0, 12, 8
Luminance
0.7237
Every format
| HEX | #afeacd |
| RGB | rgb(175, 234, 205) |
| HSL | hsl(151, 58%, 80%) |
| CMYK | cmyk(25%, 0%, 12%, 8%) |
| LAB | lab(88.1 -24.5 8.1) |
| LCH | lch(88.1 25.8 161.8) |
| OKLCH | oklch(0.889 0.072 163.2) |
Copy-ready code
/* CSS */
color: #afeacd;
background-color: #afeacd;
/* Tailwind (arbitrary) */
class="text-[#afeacd] bg-[#afeacd]"
/* SCSS */
$brand: #afeacd;
/* SwiftUI */
Color(red: 0.686, green: 0.918, blue: 0.804)
/* Android */
Color.parseColor("#afeacd")Accessibility — WCAG contrast
Aa
#afeacd on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeacd on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green91.8%
Blue80.4%
CMYK percentages
Cyan25.2%
Magenta0.0%
Yellow12.4%
Key (black)8.2%
Color previews
#afeacd text on a black background
contrast 15.47:1
Card sample
#afeacd text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeacd;
Background color
Panel with #afeacd background
background-color: #afeacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 234, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 234, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeacd; background: linear-gradient(135deg, #afeacd, #AFE0EA);