#abfcf2
a light, electric cyan · cool · closest name: turquoise
RGB
171, 252, 242
HSL
173°, 93%, 83%
CMYK
32, 0, 4, 1
Luminance
0.8469
Every format
| HEX | #abfcf2 |
| RGB | rgb(171, 252, 242) |
| HSL | hsl(173, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 4%, 1%) |
| LAB | lab(93.8 -26.7 -3.1) |
| LCH | lch(93.8 26.9 186.6) |
| OKLCH | oklch(0.936 0.080 186.2) |
Copy-ready code
/* CSS */
color: #abfcf2;
background-color: #abfcf2;
/* Tailwind (arbitrary) */
class="text-[#abfcf2] bg-[#abfcf2]"
/* SCSS */
$brand: #abfcf2;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.949)
/* Android */
Color.parseColor("#abfcf2")Accessibility — WCAG contrast
Aa
#abfcf2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfcf2 on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue94.9%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow4.0%
Key (black)1.2%
Color previews
#abfcf2 text on a black background
contrast 17.94:1
Card sample
#abfcf2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfcf2;
Background color
Panel with #abfcf2 background
background-color: #abfcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfcf2; background: linear-gradient(135deg, #abfcf2, #ABD0FC);