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