#abfeff
a light, electric cyan · cool · closest name: skyblue
RGB
171, 254, 255
HSL
181°, 100%, 84%
CMYK
33, 0, 0, 0
Luminance
0.8676
Every format
| HEX | #abfeff |
| RGB | rgb(171, 254, 255) |
| HSL | hsl(181, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 0%, 0%) |
| LAB | lab(94.6 -24.7 -8.5) |
| LCH | lch(94.6 26.1 198.9) |
| OKLCH | oklch(0.944 0.080 196.8) |
Copy-ready code
/* CSS */
color: #abfeff;
background-color: #abfeff;
/* Tailwind (arbitrary) */
class="text-[#abfeff] bg-[#abfeff]"
/* SCSS */
$brand: #abfeff;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 1.000)
/* Android */
Color.parseColor("#abfeff")Accessibility — WCAG contrast
Aa
#abfeff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfeff on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta0.4%
Yellow0.0%
Key (black)0.0%
Color previews
#abfeff text on a black background
contrast 18.35:1
Card sample
#abfeff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfeff;
Background color
Panel with #abfeff background
background-color: #abfeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfeff; background: linear-gradient(135deg, #abfeff, #ABC6FF);