#abc6df
a light, soft blue · cool · closest name: skyblue
RGB
171, 198, 223
HSL
209°, 45%, 77%
CMYK
23, 11, 0, 13
Luminance
0.5437
Every format
| HEX | #abc6df |
| RGB | rgb(171, 198, 223) |
| HSL | hsl(209, 45%, 77%) |
| CMYK | cmyk(23%, 11%, 0%, 13%) |
| LAB | lab(78.7 -3.6 -15.4) |
| LCH | lch(78.7 15.9 256.7) |
| OKLCH | oklch(0.815 0.046 246.3) |
Copy-ready code
/* CSS */
color: #abc6df;
background-color: #abc6df;
/* Tailwind (arbitrary) */
class="text-[#abc6df] bg-[#abc6df]"
/* SCSS */
$brand: #abc6df;
/* SwiftUI */
Color(red: 0.671, green: 0.776, blue: 0.875)
/* Android */
Color.parseColor("#abc6df")Accessibility — WCAG contrast
Aa
#abc6df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc6df on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.6%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta11.2%
Yellow0.0%
Key (black)12.5%
Color previews
#abc6df text on a black background
contrast 11.87:1
Card sample
#abc6df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc6df;
Background color
Panel with #abc6df background
background-color: #abc6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 198, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 198, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc6df; background: linear-gradient(135deg, #abc6df, #B3ABDF);