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