#aefecb
a light, electric green · cool · closest name: aquamarine
RGB
174, 254, 203
HSL
142°, 98%, 84%
CMYK
32, 0, 20, 0
Luminance
0.8419
Every format
| HEX | #aefecb |
| RGB | rgb(174, 254, 203) |
| HSL | hsl(142, 98%, 84%) |
| CMYK | cmyk(32%, 0%, 20%, 0%) |
| LAB | lab(93.5 -34.6 16.7) |
| LCH | lch(93.5 38.5 154.2) |
| OKLCH | oklch(0.932 0.105 155.8) |
Copy-ready code
/* CSS */
color: #aefecb;
background-color: #aefecb;
/* Tailwind (arbitrary) */
class="text-[#aefecb] bg-[#aefecb]"
/* SCSS */
$brand: #aefecb;
/* SwiftUI */
Color(red: 0.682, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#aefecb")Accessibility — WCAG contrast
Aa
#aefecb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aefecb on black: 17.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green99.6%
Blue79.6%
CMYK percentages
Cyan31.5%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#aefecb text on a black background
contrast 17.84:1
Card sample
#aefecb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aefecb;
Background color
Panel with #aefecb background
background-color: #aefecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aefecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aefecb; background: linear-gradient(135deg, #aefecb, #AEFCFE);