#abc8df
a light, soft blue · cool · closest name: skyblue
RGB
171, 200, 223
HSL
207°, 45%, 77%
CMYK
23, 10, 0, 13
Luminance
0.5529
Every format
| HEX | #abc8df |
| RGB | rgb(171, 200, 223) |
| HSL | hsl(207, 45%, 77%) |
| CMYK | cmyk(23%, 10%, 0%, 13%) |
| LAB | lab(79.2 -4.7 -14.6) |
| LCH | lch(79.2 15.4 252.2) |
| OKLCH | oklch(0.819 0.045 242.1) |
Copy-ready code
/* CSS */
color: #abc8df;
background-color: #abc8df;
/* Tailwind (arbitrary) */
class="text-[#abc8df] bg-[#abc8df]"
/* SCSS */
$brand: #abc8df;
/* SwiftUI */
Color(red: 0.671, green: 0.784, blue: 0.875)
/* Android */
Color.parseColor("#abc8df")Accessibility — WCAG contrast
Aa
#abc8df on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc8df on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.4%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta10.3%
Yellow0.0%
Key (black)12.5%
Color previews
#abc8df text on a black background
contrast 12.06:1
Card sample
#abc8df text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc8df;
Background color
Panel with #abc8df background
background-color: #abc8df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc8df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 200, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 200, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc8df; background: linear-gradient(135deg, #abc8df, #B1ABDF);