#abfdf1
a light, electric cyan · cool · closest name: turquoise
RGB
171, 253, 241
HSL
171°, 95%, 83%
CMYK
32, 0, 5, 1
Luminance
0.8526
Every format
| HEX | #abfdf1 |
| RGB | rgb(171, 253, 241) |
| HSL | hsl(171, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 5%, 1%) |
| LAB | lab(94.0 -27.4 -2.2) |
| LCH | lch(94.0 27.5 184.6) |
| OKLCH | oklch(0.938 0.082 184.4) |
Copy-ready code
/* CSS */
color: #abfdf1;
background-color: #abfdf1;
/* Tailwind (arbitrary) */
class="text-[#abfdf1] bg-[#abfdf1]"
/* SCSS */
$brand: #abfdf1;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.945)
/* Android */
Color.parseColor("#abfdf1")Accessibility — WCAG contrast
Aa
#abfdf1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdf1 on black: 18.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue94.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow4.7%
Key (black)0.8%
Color previews
#abfdf1 text on a black background
contrast 18.05:1
Card sample
#abfdf1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdf1;
Background color
Panel with #abfdf1 background
background-color: #abfdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdf1; background: linear-gradient(135deg, #abfdf1, #ABD2FD);