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