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