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