#afedac
a light, vivid green · cool · closest name: aquamarine
RGB
175, 237, 172
HSL
117°, 64%, 80%
CMYK
26, 0, 27, 7
Luminance
0.7266
Every format
| HEX | #afedac |
| RGB | rgb(175, 237, 172) |
| HSL | hsl(117, 64%, 80%) |
| CMYK | cmyk(26%, 0%, 27%, 7%) |
| LAB | lab(88.3 -31.8 25.4) |
| LCH | lch(88.3 40.7 141.4) |
| OKLCH | oklch(0.888 0.108 143.5) |
Copy-ready code
/* CSS */
color: #afedac;
background-color: #afedac;
/* Tailwind (arbitrary) */
class="text-[#afedac] bg-[#afedac]"
/* SCSS */
$brand: #afedac;
/* SwiftUI */
Color(red: 0.686, green: 0.929, blue: 0.675)
/* Android */
Color.parseColor("#afedac")Accessibility — WCAG contrast
Aa
#afedac on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afedac on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green92.9%
Blue67.5%
CMYK percentages
Cyan26.2%
Magenta0.0%
Yellow27.4%
Key (black)7.1%
Color previews
#afedac text on a black background
contrast 15.53:1
Card sample
#afedac text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afedac;
Background color
Panel with #afedac background
background-color: #afedac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afedac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 237, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 237, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afedac; background: linear-gradient(135deg, #afedac, #ACEDD4);