#adbfd8
a light, soft blue · cool · closest name: silver
RGB
173, 191, 216
HSL
215°, 36%, 76%
CMYK
20, 12, 0, 15
Luminance
0.5110
Every format
| HEX | #adbfd8 |
| RGB | rgb(173, 191, 216) |
| HSL | hsl(215, 36%, 76%) |
| CMYK | cmyk(20%, 12%, 0%, 15%) |
| LAB | lab(76.7 -0.9 -14.6) |
| LCH | lch(76.7 14.6 266.6) |
| OKLCH | oklch(0.799 0.041 256.6) |
Copy-ready code
/* CSS */
color: #adbfd8;
background-color: #adbfd8;
/* Tailwind (arbitrary) */
class="text-[#adbfd8] bg-[#adbfd8]"
/* SCSS */
$brand: #adbfd8;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.847)
/* Android */
Color.parseColor("#adbfd8")Accessibility — WCAG contrast
Aa
#adbfd8 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfd8 on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue84.7%
CMYK percentages
Cyan19.9%
Magenta11.6%
Yellow0.0%
Key (black)15.3%
Color previews
#adbfd8 text on a black background
contrast 11.22:1
Card sample
#adbfd8 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfd8;
Background color
Panel with #adbfd8 background
background-color: #adbfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfd8; background: linear-gradient(135deg, #adbfd8, #B8ADD8);