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