#adabcb
a light, soft blue · warm · closest name: silver
RGB
173, 171, 203
HSL
244°, 24%, 73%
CMYK
15, 16, 0, 20
Luminance
0.4232
Every format
| HEX | #adabcb |
| RGB | rgb(173, 171, 203) |
| HSL | hsl(244, 24%, 73%) |
| CMYK | cmyk(15%, 16%, 0%, 20%) |
| LAB | lab(71.1 7.2 -16.0) |
| LCH | lch(71.1 17.5 294.2) |
| OKLCH | oklch(0.753 0.046 288.1) |
Copy-ready code
/* CSS */
color: #adabcb;
background-color: #adabcb;
/* Tailwind (arbitrary) */
class="text-[#adabcb] bg-[#adabcb]"
/* SCSS */
$brand: #adabcb;
/* SwiftUI */
Color(red: 0.678, green: 0.671, blue: 0.796)
/* Android */
Color.parseColor("#adabcb")Accessibility — WCAG contrast
Aa
#adabcb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adabcb on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.1%
Blue79.6%
CMYK percentages
Cyan14.8%
Magenta15.8%
Yellow0.0%
Key (black)20.4%
Color previews
#adabcb text on a black background
contrast 9.46:1
Card sample
#adabcb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adabcb;
Background color
Panel with #adabcb background
background-color: #adabcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adabcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 171, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 171, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adabcb; background: linear-gradient(135deg, #adabcb, #C2ABCB);