#afecaf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 175
HSL
120°, 62%, 81%
CMYK
26, 0, 26, 8
Luminance
0.7220
Every format
| HEX | #afecaf |
| RGB | rgb(175, 236, 175) |
| HSL | hsl(120, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 26%, 8%) |
| LAB | lab(88.1 -30.9 23.5) |
| LCH | lch(88.1 38.8 142.7) |
| OKLCH | oklch(0.886 0.103 144.6) |
Copy-ready code
/* CSS */
color: #afecaf;
background-color: #afecaf;
/* Tailwind (arbitrary) */
class="text-[#afecaf] bg-[#afecaf]"
/* SCSS */
$brand: #afecaf;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.686)
/* Android */
Color.parseColor("#afecaf")Accessibility — WCAG contrast
Aa
#afecaf on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecaf on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue68.6%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow25.8%
Key (black)7.5%
Color previews
#afecaf text on a black background
contrast 15.44:1
Card sample
#afecaf text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecaf;
Background color
Panel with #afecaf background
background-color: #afecaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecaf; background: linear-gradient(135deg, #afecaf, #AFECD8);