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