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