#afeead
a light, vivid green · cool · closest name: aquamarine
RGB
175, 238, 173
HSL
118°, 66%, 81%
CMYK
27, 0, 27, 7
Luminance
0.7328
Every format
| HEX | #afeead |
| RGB | rgb(175, 238, 173) |
| HSL | hsl(118, 66%, 81%) |
| CMYK | cmyk(27%, 0%, 27%, 7%) |
| LAB | lab(88.6 -32.1 25.3) |
| LCH | lch(88.6 40.9 141.8) |
| OKLCH | oklch(0.890 0.109 143.9) |
Copy-ready code
/* CSS */
color: #afeead;
background-color: #afeead;
/* Tailwind (arbitrary) */
class="text-[#afeead] bg-[#afeead]"
/* SCSS */
$brand: #afeead;
/* SwiftUI */
Color(red: 0.686, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#afeead")Accessibility — WCAG contrast
Aa
#afeead on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afeead on black: 15.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green93.3%
Blue67.8%
CMYK percentages
Cyan26.5%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#afeead text on a black background
contrast 15.66:1
Card sample
#afeead text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afeead;
Background color
Panel with #afeead background
background-color: #afeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afeead; background: linear-gradient(135deg, #afeead, #ADEED6);