#abb9da
a light, soft blue · cool · closest name: skyblue
RGB
171, 185, 218
HSL
222°, 39%, 76%
CMYK
22, 15, 0, 15
Luminance
0.4842
Every format
| HEX | #abb9da |
| RGB | rgb(171, 185, 218) |
| HSL | hsl(222, 39%, 76%) |
| CMYK | cmyk(22%, 15%, 0%, 15%) |
| LAB | lab(75.1 2.2 -18.2) |
| LCH | lch(75.1 18.3 276.9) |
| OKLCH | oklch(0.786 0.050 267.1) |
Copy-ready code
/* CSS */
color: #abb9da;
background-color: #abb9da;
/* Tailwind (arbitrary) */
class="text-[#abb9da] bg-[#abb9da]"
/* SCSS */
$brand: #abb9da;
/* SwiftUI */
Color(red: 0.671, green: 0.725, blue: 0.855)
/* Android */
Color.parseColor("#abb9da")Accessibility — WCAG contrast
Aa
#abb9da on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb9da on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.5%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta15.1%
Yellow0.0%
Key (black)14.5%
Color previews
#abb9da text on a black background
contrast 10.68:1
Card sample
#abb9da text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb9da;
Background color
Panel with #abb9da background
background-color: #abb9da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb9da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 185, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 185, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb9da; background: linear-gradient(135deg, #abb9da, #BCABDA);