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