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