#aefbab
a light, electric green · cool · closest name: aquamarine
RGB
174, 251, 171
HSL
118°, 91%, 83%
CMYK
31, 0, 32, 2
Luminance
0.8093
Every format
| HEX | #aefbab |
| RGB | rgb(174, 251, 171) |
| HSL | hsl(118, 91%, 83%) |
| CMYK | cmyk(31%, 0%, 32%, 2%) |
| LAB | lab(92.1 -38.7 31.0) |
| LCH | lch(92.1 49.6 141.3) |
| OKLCH | oklch(0.918 0.131 143.5) |
Copy-ready code
/* CSS */
color: #aefbab;
background-color: #aefbab;
/* Tailwind (arbitrary) */
class="text-[#aefbab] bg-[#aefbab]"
/* SCSS */
$brand: #aefbab;
/* SwiftUI */
Color(red: 0.682, green: 0.984, blue: 0.671)
/* Android */
Color.parseColor("#aefbab")Accessibility — WCAG contrast
Aa
#aefbab on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefbab on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green98.4%
Blue67.1%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow31.9%
Key (black)1.6%
Color previews
#aefbab text on a black background
contrast 17.19:1
Card sample
#aefbab text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefbab;
Background color
Panel with #aefbab background
background-color: #aefbab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefbab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 251, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 251, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefbab; background: linear-gradient(135deg, #aefbab, #ABFBDD);