#abfecf
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 207
HSL
146°, 98%, 83%
CMYK
33, 0, 19, 0
Luminance
0.8405
Every format
| HEX | #abfecf |
| RGB | rgb(171, 254, 207) |
| HSL | hsl(146, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 19%, 0%) |
| LAB | lab(93.5 -34.8 14.6) |
| LCH | lch(93.5 37.7 157.2) |
| OKLCH | oklch(0.931 0.104 158.8) |
Copy-ready code
/* CSS */
color: #abfecf;
background-color: #abfecf;
/* Tailwind (arbitrary) */
class="text-[#abfecf] bg-[#abfecf]"
/* SCSS */
$brand: #abfecf;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#abfecf")Accessibility — WCAG contrast
Aa
#abfecf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfecf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue81.2%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#abfecf text on a black background
contrast 17.81:1
Card sample
#abfecf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfecf;
Background color
Panel with #abfecf background
background-color: #abfecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfecf; background: linear-gradient(135deg, #abfecf, #ABF6FE);