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