#abcdf9
a light, electric blue · cool · closest name: skyblue
RGB
171, 205, 249
HSL
214°, 87%, 82%
CMYK
31, 18, 0, 2
Luminance
0.5916
Every format
| HEX | #abcdf9 |
| RGB | rgb(171, 205, 249) |
| HSL | hsl(214, 87%, 82%) |
| CMYK | cmyk(31%, 18%, 0%, 2%) |
| LAB | lab(81.4 -1.3 -25.3) |
| LCH | lch(81.4 25.3 267.1) |
| OKLCH | oklch(0.839 0.072 255.0) |
Copy-ready code
/* CSS */
color: #abcdf9;
background-color: #abcdf9;
/* Tailwind (arbitrary) */
class="text-[#abcdf9] bg-[#abcdf9]"
/* SCSS */
$brand: #abcdf9;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.976)
/* Android */
Color.parseColor("#abcdf9")Accessibility — WCAG contrast
Aa
#abcdf9 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdf9 on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue97.6%
CMYK percentages
Cyan31.3%
Magenta17.7%
Yellow0.0%
Key (black)2.4%
Color previews
#abcdf9 text on a black background
contrast 12.83:1
Card sample
#abcdf9 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdf9;
Background color
Panel with #abcdf9 background
background-color: #abcdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdf9; background: linear-gradient(135deg, #abcdf9, #BDABF9);