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