#afecab
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 171
HSL
116°, 63%, 80%
CMYK
26, 0, 28, 8
Luminance
0.7205
Every format
| HEX | #afecab |
| RGB | rgb(175, 236, 171) |
| HSL | hsl(116, 63%, 80%) |
| CMYK | cmyk(26%, 0%, 28%, 8%) |
| LAB | lab(88.0 -31.5 25.5) |
| LCH | lch(88.0 40.5 141.0) |
| OKLCH | oklch(0.885 0.107 143.1) |
Copy-ready code
/* CSS */
color: #afecab;
background-color: #afecab;
/* Tailwind (arbitrary) */
class="text-[#afecab] bg-[#afecab]"
/* SCSS */
$brand: #afecab;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.671)
/* Android */
Color.parseColor("#afecab")Accessibility — WCAG contrast
Aa
#afecab on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecab on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue67.1%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow27.5%
Key (black)7.5%
Color previews
#afecab text on a black background
contrast 15.41:1
Card sample
#afecab text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecab;
Background color
Panel with #afecab background
background-color: #afecab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecab; background: linear-gradient(135deg, #afecab, #ABECD2);