#afecbf
a light, vivid green · cool · closest name: aquamarine
RGB
175, 236, 191
HSL
136°, 62%, 81%
CMYK
26, 0, 19, 8
Luminance
0.7287
Every format
| HEX | #afecbf |
| RGB | rgb(175, 236, 191) |
| HSL | hsl(136, 62%, 81%) |
| CMYK | cmyk(26%, 0%, 19%, 8%) |
| LAB | lab(88.4 -28.1 15.7) |
| LCH | lch(88.4 32.2 150.8) |
| OKLCH | oklch(0.890 0.087 152.5) |
Copy-ready code
/* CSS */
color: #afecbf;
background-color: #afecbf;
/* Tailwind (arbitrary) */
class="text-[#afecbf] bg-[#afecbf]"
/* SCSS */
$brand: #afecbf;
/* SwiftUI */
Color(red: 0.686, green: 0.925, blue: 0.749)
/* Android */
Color.parseColor("#afecbf")Accessibility — WCAG contrast
Aa
#afecbf on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afecbf on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.5%
Blue74.9%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow19.1%
Key (black)7.5%
Color previews
#afecbf text on a black background
contrast 15.57:1
Card sample
#afecbf text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afecbf;
Background color
Panel with #afecbf background
background-color: #afecbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afecbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 236, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 236, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afecbf; background: linear-gradient(135deg, #afecbf, #AFECE8);