#aeffcb
a light, electric green · cool · closest name: aquamarine
RGB
174, 255, 203
HSL
142°, 100%, 84%
CMYK
32, 0, 20, 0
Luminance
0.8483
Every format
| HEX | #aeffcb |
| RGB | rgb(174, 255, 203) |
| HSL | hsl(142, 100%, 84%) |
| CMYK | cmyk(32%, 0%, 20%, 0%) |
| LAB | lab(93.8 -35.1 17.1) |
| LCH | lch(93.8 39.0 154.0) |
| OKLCH | oklch(0.934 0.106 155.6) |
Copy-ready code
/* CSS */
color: #aeffcb;
background-color: #aeffcb;
/* Tailwind (arbitrary) */
class="text-[#aeffcb] bg-[#aeffcb]"
/* SCSS */
$brand: #aeffcb;
/* SwiftUI */
Color(red: 0.682, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#aeffcb")Accessibility — WCAG contrast
Aa
#aeffcb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#aeffcb on black: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green100.0%
Blue79.6%
CMYK percentages
Cyan31.8%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#aeffcb text on a black background
contrast 17.97:1
Card sample
#aeffcb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aeffcb;
Background color
Panel with #aeffcb background
background-color: #aeffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aeffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aeffcb; background: linear-gradient(135deg, #aeffcb, #AEFDFF);