#abfcff
a light, electric cyan · cool · closest name: skyblue
RGB
171, 252, 255
HSL
182°, 100%, 84%
CMYK
33, 1, 0, 0
Luminance
0.8550
Every format
| HEX | #abfcff |
| RGB | rgb(171, 252, 255) |
| HSL | hsl(182, 100%, 84%) |
| CMYK | cmyk(33%, 1%, 0%, 0%) |
| LAB | lab(94.1 -23.8 -9.3) |
| LCH | lch(94.1 25.5 201.3) |
| OKLCH | oklch(0.940 0.079 198.8) |
Copy-ready code
/* CSS */
color: #abfcff;
background-color: #abfcff;
/* Tailwind (arbitrary) */
class="text-[#abfcff] bg-[#abfcff]"
/* SCSS */
$brand: #abfcff;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#abfcff")Accessibility — WCAG contrast
Aa
#abfcff on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfcff on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#abfcff text on a black background
contrast 18.10:1
Card sample
#abfcff text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfcff;
Background color
Panel with #abfcff background
background-color: #abfcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfcff; background: linear-gradient(135deg, #abfcff, #ABC4FF);