#abdff2
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 223, 242
HSL
196°, 73%, 81%
CMYK
29, 8, 0, 5
Luminance
0.6784
Every format
| HEX | #abdff2 |
| RGB | rgb(171, 223, 242) |
| HSL | hsl(196, 73%, 81%) |
| CMYK | cmyk(29%, 8%, 0%, 5%) |
| LAB | lab(85.9 -12.3 -14.7) |
| LCH | lch(85.9 19.2 230.0) |
| OKLCH | oklch(0.874 0.059 222.3) |
Copy-ready code
/* CSS */
color: #abdff2;
background-color: #abdff2;
/* Tailwind (arbitrary) */
class="text-[#abdff2] bg-[#abdff2]"
/* SCSS */
$brand: #abdff2;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.949)
/* Android */
Color.parseColor("#abdff2")Accessibility — WCAG contrast
Aa
#abdff2 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdff2 on black: 14.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta7.9%
Yellow0.0%
Key (black)5.1%
Color previews
#abdff2 text on a black background
contrast 14.57:1
Card sample
#abdff2 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdff2;
Background color
Panel with #abdff2 background
background-color: #abdff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdff2; background: linear-gradient(135deg, #abdff2, #ABB0F2);