#aefbc0
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 192
HSL
134°, 91%, 83%
CMYK
31, 0, 24, 2
Luminance
0.8180
Every format
| HEX | #aefbc0 |
| RGB | rgb(174, 251, 192) |
| HSL | hsl(134, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 24%, 2%) |
| LAB | lab(92.5 -35.2 20.9) |
| LCH | lch(92.5 41.0 149.3) |
| OKLCH | oklch(0.923 0.111 151.1) |
Copy-ready code
/* CSS */
color: #aefbc0;
background-color: #aefbc0;
/* Tailwind (arbitrary) */
class="text-[#aefbc0] bg-[#aefbc0]"
/* SCSS */
$brand: #aefbc0;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.753)
/* Android */
Color.parseColor("#aefbc0")Accessibility — WCAG contrast
Aa
#aefbc0 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbc0 on black: 17.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue75.3%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow23.5%
Key (black)1.6%
Color previews
#aefbc0 text on a black background
contrast 17.36:1
Card sample
#aefbc0 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbc0;
Background color
Panel with #aefbc0 background
background-color: #aefbc0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbc0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 192, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 192, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbc0; background: linear-gradient(135deg, #aefbc0, #AEFBF3);