#afefac
a light, vivid green · cool · closest name: aquamarine
RGB
175, 239, 172
HSL
117°, 68%, 81%
CMYK
27, 0, 28, 6
Luminance
0.7383
Every format
| HEX | #afefac |
| RGB | rgb(175, 239, 172) |
| HSL | hsl(117, 68%, 81%) |
| CMYK | cmyk(27%, 0%, 28%, 6%) |
| LAB | lab(88.8 -32.8 26.1) |
| LCH | lch(88.8 41.9 141.4) |
| OKLCH | oklch(0.892 0.111 143.5) |
Copy-ready code
/* CSS */
color: #afefac;
background-color: #afefac;
/* Tailwind (arbitrary) */
class="text-[#afefac] bg-[#afefac]"
/* SCSS */
$brand: #afefac;
/* SwiftUI */
Color(red: 0.686, green: 0.937, blue: 0.675)
/* Android */
Color.parseColor("#afefac")Accessibility — WCAG contrast
Aa
#afefac on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afefac on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.7%
Blue67.5%
CMYK percentages
Cyan26.8%
Magenta0.0%
Yellow28.0%
Key (black)6.3%
Color previews
#afefac text on a black background
contrast 15.77:1
Card sample
#afefac text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afefac;
Background color
Panel with #afefac background
background-color: #afefac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afefac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 239, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 239, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afefac; background: linear-gradient(135deg, #afefac, #ACEFD6);