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