#adbfcf
a light, soft blue · cool · closest name: silver
RGB
173, 191, 207
HSL
208°, 26%, 75%
CMYK
16, 8, 0, 19
Luminance
0.5065
Every format
| HEX | #adbfcf |
| RGB | rgb(173, 191, 207) |
| HSL | hsl(208, 26%, 75%) |
| CMYK | cmyk(16%, 8%, 0%, 19%) |
| LAB | lab(76.5 -2.8 -10.1) |
| LCH | lch(76.5 10.5 254.3) |
| OKLCH | oklch(0.796 0.030 245.0) |
Copy-ready code
/* CSS */
color: #adbfcf;
background-color: #adbfcf;
/* Tailwind (arbitrary) */
class="text-[#adbfcf] bg-[#adbfcf]"
/* SCSS */
$brand: #adbfcf;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.812)
/* Android */
Color.parseColor("#adbfcf")Accessibility — WCAG contrast
Aa
#adbfcf on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfcf on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue81.2%
CMYK percentages
Cyan16.4%
Magenta7.7%
Yellow0.0%
Key (black)18.8%
Color previews
#adbfcf text on a black background
contrast 11.13:1
Card sample
#adbfcf text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfcf;
Background color
Panel with #adbfcf background
background-color: #adbfcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfcf; background: linear-gradient(135deg, #adbfcf, #B2ADCF);