#abc0df
a light, soft blue · cool · closest name: skyblue
RGB
171, 192, 223
HSL
216°, 45%, 77%
CMYK
23, 14, 0, 13
Luminance
0.5168
Every format
| HEX | #abc0df |
| RGB | rgb(171, 192, 223) |
| HSL | hsl(216, 45%, 77%) |
| CMYK | cmyk(23%, 14%, 0%, 13%) |
| LAB | lab(77.1 -0.5 -17.8) |
| LCH | lch(77.1 17.8 268.6) |
| OKLCH | oklch(0.802 0.050 258.0) |
Copy-ready code
/* CSS */
color: #abc0df;
background-color: #abc0df;
/* Tailwind (arbitrary) */
class="text-[#abc0df] bg-[#abc0df]"
/* SCSS */
$brand: #abc0df;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.875)
/* Android */
Color.parseColor("#abc0df")Accessibility — WCAG contrast
Aa
#abc0df on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0df on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta13.9%
Yellow0.0%
Key (black)12.5%
Color previews
#abc0df text on a black background
contrast 11.34:1
Card sample
#abc0df text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0df;
Background color
Panel with #abc0df background
background-color: #abc0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0df; background: linear-gradient(135deg, #abc0df, #B9ABDF);