#abb3da
a light, soft blue · warm · closest name: skyblue
RGB
171, 179, 218
HSL
230°, 39%, 76%
CMYK
22, 18, 0, 15
Luminance
0.4596
Every format
| HEX | #abb3da |
| RGB | rgb(171, 179, 218) |
| HSL | hsl(230, 39%, 76%) |
| CMYK | cmyk(22%, 18%, 0%, 15%) |
| LAB | lab(73.5 5.5 -20.5) |
| LCH | lch(73.5 21.3 284.9) |
| OKLCH | oklch(0.774 0.056 275.9) |
Copy-ready code
/* CSS */
color: #abb3da;
background-color: #abb3da;
/* Tailwind (arbitrary) */
class="text-[#abb3da] bg-[#abb3da]"
/* SCSS */
$brand: #abb3da;
/* SwiftUI */
Color(red: 0.671, green: 0.702, blue: 0.855)
/* Android */
Color.parseColor("#abb3da")Accessibility — WCAG contrast
Aa
#abb3da on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abb3da on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green70.2%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta17.9%
Yellow0.0%
Key (black)14.5%
Color previews
#abb3da text on a black background
contrast 10.19:1
Card sample
#abb3da text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abb3da;
Background color
Panel with #abb3da background
background-color: #abb3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abb3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 179, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 179, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abb3da; background: linear-gradient(135deg, #abb3da, #C2ABDA);