#aef9bd
a light, electric green · cool · closest name: aquamarine
RGB
174, 249, 189
HSL
132°, 86%, 83%
CMYK
30, 0, 24, 2
Luminance
0.8042
Every format
| HEX | #aef9bd |
| RGB | rgb(174, 249, 189) |
| HSL | hsl(132, 86%, 83%) |
| CMYK | cmyk(30%, 0%, 24%, 2%) |
| LAB | lab(91.9 -34.8 21.6) |
| LCH | lch(91.9 41.0 148.2) |
| OKLCH | oklch(0.917 0.110 150.0) |
Copy-ready code
/* CSS */
color: #aef9bd;
background-color: #aef9bd;
/* Tailwind (arbitrary) */
class="text-[#aef9bd] bg-[#aef9bd]"
/* SCSS */
$brand: #aef9bd;
/* SwiftUI */
Color(red: 0.682, green: 0.976, blue: 0.741)
/* Android */
Color.parseColor("#aef9bd")Accessibility — WCAG contrast
Aa
#aef9bd on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef9bd on black: 17.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green97.6%
Blue74.1%
CMYK percentages
Cyan30.1%
Magenta0.0%
Yellow24.1%
Key (black)2.4%
Color previews
#aef9bd text on a black background
contrast 17.08:1
Card sample
#aef9bd text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef9bd;
Background color
Panel with #aef9bd background
background-color: #aef9bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef9bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 249, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 249, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef9bd; background: linear-gradient(135deg, #aef9bd, #AEF9EF);