#adbbdf
a light, soft blue · cool · closest name: skyblue
RGB
173, 187, 223
HSL
223°, 44%, 78%
CMYK
22, 16, 0, 13
Luminance
0.4975
Every format
| HEX | #adbbdf |
| RGB | rgb(173, 187, 223) |
| HSL | hsl(223, 44%, 78%) |
| CMYK | cmyk(22%, 16%, 0%, 13%) |
| LAB | lab(75.9 2.9 -19.6) |
| LCH | lch(75.9 19.8 278.3) |
| OKLCH | oklch(0.793 0.053 268.4) |
Copy-ready code
/* CSS */
color: #adbbdf;
background-color: #adbbdf;
/* Tailwind (arbitrary) */
class="text-[#adbbdf] bg-[#adbbdf]"
/* SCSS */
$brand: #adbbdf;
/* SwiftUI */
Color(red: 0.678, green: 0.733, blue: 0.875)
/* Android */
Color.parseColor("#adbbdf")Accessibility — WCAG contrast
Aa
#adbbdf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbbdf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green73.3%
Blue87.5%
CMYK percentages
Cyan22.4%
Magenta16.1%
Yellow0.0%
Key (black)12.5%
Color previews
#adbbdf text on a black background
contrast 10.95:1
Card sample
#adbbdf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbbdf;
Background color
Panel with #adbbdf background
background-color: #adbbdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbbdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 187, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 187, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbbdf; background: linear-gradient(135deg, #adbbdf, #C0ADDF);