#abfeec
a light, electric cyan · cool · closest name: aquamarine
RGB
171, 254, 236
HSL
167°, 98%, 83%
CMYK
33, 0, 7, 0
Luminance
0.8560
Every format
| HEX | #abfeec |
| RGB | rgb(171, 254, 236) |
| HSL | hsl(167, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 7%, 0%) |
| LAB | lab(94.1 -28.9 0.6) |
| LCH | lch(94.1 28.9 178.8) |
| OKLCH | oklch(0.939 0.085 179.2) |
Copy-ready code
/* CSS */
color: #abfeec;
background-color: #abfeec;
/* Tailwind (arbitrary) */
class="text-[#abfeec] bg-[#abfeec]"
/* SCSS */
$brand: #abfeec;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.925)
/* Android */
Color.parseColor("#abfeec")Accessibility — WCAG contrast
Aa
#abfeec on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfeec on black: 18.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue92.5%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow7.1%
Key (black)0.4%
Color previews
#abfeec text on a black background
contrast 18.12:1
Card sample
#abfeec text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfeec;
Background color
Panel with #abfeec background
background-color: #abfeec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfeec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfeec; background: linear-gradient(135deg, #abfeec, #ABD9FE);