#aef6dc
a light, electric green · cool · closest name: aquamarine
RGB
174, 246, 220
HSL
158°, 80%, 82%
CMYK
29, 0, 11, 4
Luminance
0.8008
Every format
| HEX | #aef6dc |
| RGB | rgb(174, 246, 220) |
| HSL | hsl(158, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 11%, 4%) |
| LAB | lab(91.7 -27.6 5.4) |
| LCH | lch(91.7 28.1 168.9) |
| OKLCH | oklch(0.918 0.080 170.0) |
Copy-ready code
/* CSS */
color: #aef6dc;
background-color: #aef6dc;
/* Tailwind (arbitrary) */
class="text-[#aef6dc] bg-[#aef6dc]"
/* SCSS */
$brand: #aef6dc;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.863)
/* Android */
Color.parseColor("#aef6dc")Accessibility — WCAG contrast
Aa
#aef6dc on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef6dc on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue86.3%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow10.6%
Key (black)3.5%
Color previews
#aef6dc text on a black background
contrast 17.02:1
Card sample
#aef6dc text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef6dc;
Background color
Panel with #aef6dc background
background-color: #aef6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef6dc; background: linear-gradient(135deg, #aef6dc, #AEE0F6);