#aef1cf
a light, vivid green · cool · closest name: aquamarine
RGB
174, 241, 207
HSL
150°, 71%, 81%
CMYK
28, 0, 14, 6
Luminance
0.7641
Every format
| HEX | #aef1cf |
| RGB | rgb(174, 241, 207) |
| HSL | hsl(150, 71%, 81%) |
| CMYK | cmyk(28%, 0%, 14%, 6%) |
| LAB | lab(90.0 -27.8 9.7) |
| LCH | lch(90.0 29.4 160.7) |
| OKLCH | oklch(0.904 0.082 162.1) |
Copy-ready code
/* CSS */
color: #aef1cf;
background-color: #aef1cf;
/* Tailwind (arbitrary) */
class="text-[#aef1cf] bg-[#aef1cf]"
/* SCSS */
$brand: #aef1cf;
/* SwiftUI */
Color(red: 0.682, green: 0.945, blue: 0.812)
/* Android */
Color.parseColor("#aef1cf")Accessibility — WCAG contrast
Aa
#aef1cf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef1cf on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.5%
Blue81.2%
CMYK percentages
Cyan27.8%
Magenta0.0%
Yellow14.1%
Key (black)5.5%
Color previews
#aef1cf text on a black background
contrast 16.28:1
Card sample
#aef1cf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef1cf;
Background color
Panel with #aef1cf background
background-color: #aef1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 241, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 241, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef1cf; background: linear-gradient(135deg, #aef1cf, #AEE6F1);