#aef6cf
a light, electric green · cool · closest name: aquamarine
RGB
174, 246, 207
HSL
148°, 80%, 82%
CMYK
29, 0, 16, 4
Luminance
0.7942
Every format
| HEX | #aef6cf |
| RGB | rgb(174, 246, 207) |
| HSL | hsl(148, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 16%, 4%) |
| LAB | lab(91.4 -30.2 11.7) |
| LCH | lch(91.4 32.4 158.8) |
| OKLCH | oklch(0.915 0.089 160.3) |
Copy-ready code
/* CSS */
color: #aef6cf;
background-color: #aef6cf;
/* Tailwind (arbitrary) */
class="text-[#aef6cf] bg-[#aef6cf]"
/* SCSS */
$brand: #aef6cf;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#aef6cf")Accessibility — WCAG contrast
Aa
#aef6cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef6cf on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue81.2%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#aef6cf text on a black background
contrast 16.88:1
Card sample
#aef6cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef6cf;
Background color
Panel with #aef6cf background
background-color: #aef6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef6cf; background: linear-gradient(135deg, #aef6cf, #AEEDF6);