#aef6bd
a light, electric green · cool · closest name: aquamarine
RGB
174, 246, 189
HSL
133°, 80%, 82%
CMYK
29, 0, 23, 4
Luminance
0.7858
Every format
| HEX | #aef6bd |
| RGB | rgb(174, 246, 189) |
| HSL | hsl(133, 80%, 82%) |
| CMYK | cmyk(29%, 0%, 23%, 4%) |
| LAB | lab(91.0 -33.5 20.4) |
| LCH | lch(91.0 39.2 148.6) |
| OKLCH | oklch(0.911 0.106 150.4) |
Copy-ready code
/* CSS */
color: #aef6bd;
background-color: #aef6bd;
/* Tailwind (arbitrary) */
class="text-[#aef6bd] bg-[#aef6bd]"
/* SCSS */
$brand: #aef6bd;
/* SwiftUI */
Color(red: 0.682, green: 0.965, blue: 0.741)
/* Android */
Color.parseColor("#aef6bd")Accessibility — WCAG contrast
Aa
#aef6bd on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aef6bd on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green96.5%
Blue74.1%
CMYK percentages
Cyan29.3%
Magenta0.0%
Yellow23.2%
Key (black)3.5%
Color previews
#aef6bd text on a black background
contrast 16.72:1
Card sample
#aef6bd text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aef6bd;
Background color
Panel with #aef6bd background
background-color: #aef6bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aef6bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 246, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 246, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aef6bd; background: linear-gradient(135deg, #aef6bd, #AEF6ED);