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