#a4fecb
a light, electric green · cool · closest name: aquamarine
RGB
164, 254, 203
HSL
146°, 98%, 82%
CMYK
35, 0, 20, 0
Luminance
0.8309
Every format
| HEX | #a4fecb |
| RGB | rgb(164, 254, 203) |
| HSL | hsl(146, 98%, 82%) |
| CMYK | cmyk(35%, 0%, 20%, 0%) |
| LAB | lab(93.0 -37.5 16.0) |
| LCH | lch(93.0 40.8 156.9) |
| OKLCH | oklch(0.927 0.112 158.4) |
Copy-ready code
/* CSS */
color: #a4fecb;
background-color: #a4fecb;
/* Tailwind (arbitrary) */
class="text-[#a4fecb] bg-[#a4fecb]"
/* SCSS */
$brand: #a4fecb;
/* SwiftUI */
Color(red: 0.643, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#a4fecb")Accessibility — WCAG contrast
Aa
#a4fecb on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4fecb on black: 17.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green99.6%
Blue79.6%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#a4fecb text on a black background
contrast 17.62:1
Card sample
#a4fecb text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4fecb;
Background color
Panel with #a4fecb background
background-color: #a4fecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4fecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4fecb; background: linear-gradient(135deg, #a4fecb, #A4F5FE);