#abbfdb
a light, soft blue · cool · closest name: skyblue
RGB
171, 191, 219
HSL
215°, 40%, 77%
CMYK
22, 13, 0, 14
Luminance
0.5103
Every format
| HEX | #abbfdb |
| RGB | rgb(171, 191, 219) |
| HSL | hsl(215, 40%, 77%) |
| CMYK | cmyk(22%, 13%, 0%, 14%) |
| LAB | lab(76.7 -0.8 -16.3) |
| LCH | lch(76.7 16.3 267.1) |
| OKLCH | oklch(0.799 0.045 256.8) |
Copy-ready code
/* CSS */
color: #abbfdb;
background-color: #abbfdb;
/* Tailwind (arbitrary) */
class="text-[#abbfdb] bg-[#abbfdb]"
/* SCSS */
$brand: #abbfdb;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#abbfdb")Accessibility — WCAG contrast
Aa
#abbfdb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbfdb on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue85.9%
CMYK percentages
Cyan21.9%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#abbfdb text on a black background
contrast 11.21:1
Card sample
#abbfdb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbfdb;
Background color
Panel with #abbfdb background
background-color: #abbfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbfdb; background: linear-gradient(135deg, #abbfdb, #B7ABDB);