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