#aef4ce
a light, electric green · cool · closest name: aquamarine
RGB
174, 244, 206
HSL
147°, 76%, 82%
CMYK
29, 0, 16, 4
Luminance
0.7816
Every format
| HEX | #aef4ce |
| RGB | rgb(174, 244, 206) |
| HSL | hsl(147, 76%, 82%) |
| CMYK | cmyk(29%, 0%, 16%, 4%) |
| LAB | lab(90.8 -29.4 11.4) |
| LCH | lch(90.8 31.5 158.8) |
| OKLCH | oklch(0.910 0.087 160.3) |
Copy-ready code
/* CSS */
color: #aef4ce;
background-color: #aef4ce;
/* Tailwind (arbitrary) */
class="text-[#aef4ce] bg-[#aef4ce]"
/* SCSS */
$brand: #aef4ce;
/* SwiftUI */
Color(red: 0.682, green: 0.957, blue: 0.808)
/* Android */
Color.parseColor("#aef4ce")Accessibility — WCAG contrast
Aa
#aef4ce on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef4ce on black: 16.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green95.7%
Blue80.8%
CMYK percentages
Cyan28.7%
Magenta0.0%
Yellow15.6%
Key (black)4.3%
Color previews
#aef4ce text on a black background
contrast 16.63:1
Card sample
#aef4ce text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef4ce;
Background color
Panel with #aef4ce background
background-color: #aef4ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef4ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 244, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 244, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef4ce; background: linear-gradient(135deg, #aef4ce, #AEEBF4);