#abcdfb
a light, electric blue · cool · closest name: skyblue
RGB
171, 205, 251
HSL
215°, 91%, 83%
CMYK
32, 18, 0, 2
Luminance
0.5929
Every format
| HEX | #abcdfb |
| RGB | rgb(171, 205, 251) |
| HSL | hsl(215, 91%, 83%) |
| CMYK | cmyk(32%, 18%, 0%, 2%) |
| LAB | lab(81.5 -0.8 -26.2) |
| LCH | lch(81.5 26.2 268.3) |
| OKLCH | oklch(0.840 0.074 256.1) |
Copy-ready code
/* CSS */
color: #abcdfb;
background-color: #abcdfb;
/* Tailwind (arbitrary) */
class="text-[#abcdfb] bg-[#abcdfb]"
/* SCSS */
$brand: #abcdfb;
/* SwiftUI */
Color(red: 0.671, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#abcdfb")Accessibility — WCAG contrast
Aa
#abcdfb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcdfb on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.4%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#abcdfb text on a black background
contrast 12.86:1
Card sample
#abcdfb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcdfb;
Background color
Panel with #abcdfb background
background-color: #abcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcdfb; background: linear-gradient(135deg, #abcdfb, #BEABFB);