#afebc0
a light, vivid green · cool · closest name: aquamarine
RGB
175, 235, 192
HSL
137°, 60%, 80%
CMYK
26, 0, 18, 8
Luminance
0.7234
Every format
| HEX | #afebc0 |
| RGB | rgb(175, 235, 192) |
| HSL | hsl(137, 60%, 80%) |
| CMYK | cmyk(26%, 0%, 18%, 8%) |
| LAB | lab(88.1 -27.4 14.8) |
| LCH | lch(88.1 31.2 151.6) |
| OKLCH | oklch(0.888 0.085 153.3) |
Copy-ready code
/* CSS */
color: #afebc0;
background-color: #afebc0;
/* Tailwind (arbitrary) */
class="text-[#afebc0] bg-[#afebc0]"
/* SCSS */
$brand: #afebc0;
/* SwiftUI */
Color(red: 0.686, green: 0.922, blue: 0.753)
/* Android */
Color.parseColor("#afebc0")Accessibility — WCAG contrast
Aa
#afebc0 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afebc0 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.2%
Blue75.3%
CMYK percentages
Cyan25.5%
Magenta0.0%
Yellow18.3%
Key (black)7.8%
Color previews
#afebc0 text on a black background
contrast 15.47:1
Card sample
#afebc0 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afebc0;
Background color
Panel with #afebc0 background
background-color: #afebc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afebc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 235, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 235, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afebc0; background: linear-gradient(135deg, #afebc0, #AFEBE8);