#adbfd5
a light, soft blue · cool · closest name: silver
RGB
173, 191, 213
HSL
213°, 32%, 76%
CMYK
19, 10, 0, 17
Luminance
0.5095
Every format
| HEX | #adbfd5 |
| RGB | rgb(173, 191, 213) |
| HSL | hsl(213, 32%, 76%) |
| CMYK | cmyk(19%, 10%, 0%, 17%) |
| LAB | lab(76.7 -1.5 -13.1) |
| LCH | lch(76.7 13.2 263.3) |
| OKLCH | oklch(0.798 0.037 253.5) |
Copy-ready code
/* CSS */
color: #adbfd5;
background-color: #adbfd5;
/* Tailwind (arbitrary) */
class="text-[#adbfd5] bg-[#adbfd5]"
/* SCSS */
$brand: #adbfd5;
/* SwiftUI */
Color(red: 0.678, green: 0.749, blue: 0.835)
/* Android */
Color.parseColor("#adbfd5")Accessibility — WCAG contrast
Aa
#adbfd5 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adbfd5 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green74.9%
Blue83.5%
CMYK percentages
Cyan18.8%
Magenta10.3%
Yellow0.0%
Key (black)16.5%
Color previews
#adbfd5 text on a black background
contrast 11.19:1
Card sample
#adbfd5 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adbfd5;
Background color
Panel with #adbfd5 background
background-color: #adbfd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adbfd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 191, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 191, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adbfd5; background: linear-gradient(135deg, #adbfd5, #B6ADD5);