#abfecb
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 203
HSL
143°, 98%, 83%
CMYK
33, 0, 20, 0
Luminance
0.8385
Every format
| HEX | #abfecb |
| RGB | rgb(171, 254, 203) |
| HSL | hsl(143, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 20%, 0%) |
| LAB | lab(93.4 -35.5 16.5) |
| LCH | lch(93.4 39.2 155.1) |
| OKLCH | oklch(0.930 0.107 156.6) |
Copy-ready code
/* CSS */
color: #abfecb;
background-color: #abfecb;
/* Tailwind (arbitrary) */
class="text-[#abfecb] bg-[#abfecb]"
/* SCSS */
$brand: #abfecb;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.796)
/* Android */
Color.parseColor("#abfecb")Accessibility — WCAG contrast
Aa
#abfecb on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfecb on black: 17.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue79.6%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow20.1%
Key (black)0.4%
Color previews
#abfecb text on a black background
contrast 17.77:1
Card sample
#abfecb text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfecb;
Background color
Panel with #abfecb background
background-color: #abfecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfecb; background: linear-gradient(135deg, #abfecb, #ABFAFE);