#aef2ce
a light, vivid green · cool · closest name: aquamarine
RGB
174, 242, 206
HSL
148°, 72%, 82%
CMYK
28, 0, 15, 5
Luminance
0.7696
Every format
| HEX | #aef2ce |
| RGB | rgb(174, 242, 206) |
| HSL | hsl(148, 72%, 82%) |
| CMYK | cmyk(28%, 0%, 15%, 5%) |
| LAB | lab(90.3 -28.5 10.6) |
| LCH | lch(90.3 30.4 159.5) |
| OKLCH | oklch(0.906 0.084 161.0) |
Copy-ready code
/* CSS */
color: #aef2ce;
background-color: #aef2ce;
/* Tailwind (arbitrary) */
class="text-[#aef2ce] bg-[#aef2ce]"
/* SCSS */
$brand: #aef2ce;
/* SwiftUI */
Color(red: 0.682, green: 0.949, blue: 0.808)
/* Android */
Color.parseColor("#aef2ce")Accessibility — WCAG contrast
Aa
#aef2ce on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef2ce on black: 16.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.9%
Blue80.8%
CMYK percentages
Cyan28.1%
Magenta0.0%
Yellow14.9%
Key (black)5.1%
Color previews
#aef2ce text on a black background
contrast 16.39:1
Card sample
#aef2ce text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef2ce;
Background color
Panel with #aef2ce background
background-color: #aef2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 242, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 242, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef2ce; background: linear-gradient(135deg, #aef2ce, #AEE9F2);