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