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