#adbfd0
a light, soft blue · cool · closest name: silver
RGB
173, 191, 208
HSL
209°, 27%, 75%
CMYK
17, 8, 0, 18
Luminance
0.5070
Every format
| HEX | #adbfd0 |
| RGB | rgb(173, 191, 208) |
| HSL | hsl(209, 27%, 75%) |
| CMYK | cmyk(17%, 8%, 0%, 18%) |
| LAB | lab(76.5 -2.6 -10.6) |
| LCH | lch(76.5 10.9 256.2) |
| OKLCH | oklch(0.796 0.031 246.7) |
Copy-ready code
/* CSS */
color: #adbfd0;
background-color: #adbfd0;
/* Tailwind (arbitrary) */
class="text-[#adbfd0] bg-[#adbfd0]"
/* SCSS */
$brand: #adbfd0;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.816)
/* Android */
Color.parseColor("#adbfd0")Accessibility — WCAG contrast
Aa
#adbfd0 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfd0 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue81.6%
CMYK percentages
Cyan16.8%
Magenta8.2%
Yellow0.0%
Key (black)18.4%
Color previews
#adbfd0 text on a black background
contrast 11.14:1
Card sample
#adbfd0 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfd0;
Background color
Panel with #adbfd0 background
background-color: #adbfd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfd0; background: linear-gradient(135deg, #adbfd0, #B2ADD0);