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