#abfef7
a light, electric cyan · cool · closest name: turquoise
RGB
171, 254, 247
HSL
175°, 98%, 83%
CMYK
33, 0, 3, 0
Luminance
0.8626
Every format
| HEX | #abfef7 |
| RGB | rgb(171, 254, 247) |
| HSL | hsl(175, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 3%, 0%) |
| LAB | lab(94.4 -26.5 -4.7) |
| LCH | lch(94.4 26.9 190.0) |
| OKLCH | oklch(0.942 0.081 189.2) |
Copy-ready code
/* CSS */
color: #abfef7;
background-color: #abfef7;
/* Tailwind (arbitrary) */
class="text-[#abfef7] bg-[#abfef7]"
/* SCSS */
$brand: #abfef7;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.969)
/* Android */
Color.parseColor("#abfef7")Accessibility — WCAG contrast
Aa
#abfef7 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfef7 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue96.9%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow2.8%
Key (black)0.4%
Color previews
#abfef7 text on a black background
contrast 18.25:1
Card sample
#abfef7 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfef7;
Background color
Panel with #abfef7 background
background-color: #abfef7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfef7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfef7; background: linear-gradient(135deg, #abfef7, #ABCEFE);