#aef0ab
a light, vivid green · cool · closest name: aquamarine
RGB
174, 240, 171
HSL
117°, 70%, 81%
CMYK
28, 0, 29, 6
Luminance
0.7426
Every format
| HEX | #aef0ab |
| RGB | rgb(174, 240, 171) |
| HSL | hsl(117, 70%, 81%) |
| CMYK | cmyk(28%, 0%, 29%, 6%) |
| LAB | lab(89.0 -33.7 26.9) |
| LCH | lch(89.0 43.1 141.4) |
| OKLCH | oklch(0.894 0.114 143.5) |
Copy-ready code
/* CSS */
color: #aef0ab;
background-color: #aef0ab;
/* Tailwind (arbitrary) */
class="text-[#aef0ab] bg-[#aef0ab]"
/* SCSS */
$brand: #aef0ab;
/* SwiftUI */
Color(red: 0.682, green: 0.941, blue: 0.671)
/* Android */
Color.parseColor("#aef0ab")Accessibility — WCAG contrast
Aa
#aef0ab on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef0ab on black: 15.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green94.1%
Blue67.1%
CMYK percentages
Cyan27.5%
Magenta0.0%
Yellow28.8%
Key (black)5.9%
Color previews
#aef0ab text on a black background
contrast 15.85:1
Card sample
#aef0ab text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef0ab;
Background color
Panel with #aef0ab background
background-color: #aef0ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef0ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 240, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 240, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef0ab; background: linear-gradient(135deg, #aef0ab, #ABF0D6);