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