#adabce
a light, soft blue · warm · closest name: silver
RGB
173, 171, 206
HSL
243°, 26%, 74%
CMYK
16, 17, 0, 19
Luminance
0.4247
Every format
| HEX | #adabce |
| RGB | rgb(173, 171, 206) |
| HSL | hsl(243, 26%, 74%) |
| CMYK | cmyk(16%, 17%, 0%, 19%) |
| LAB | lab(71.2 7.8 -17.5) |
| LCH | lch(71.2 19.1 294.1) |
| OKLCH | oklch(0.755 0.050 287.8) |
Copy-ready code
/* CSS */
color: #adabce;
background-color: #adabce;
/* Tailwind (arbitrary) */
class="text-[#adabce] bg-[#adabce]"
/* SCSS */
$brand: #adabce;
/* SwiftUI */
Color(red: 0.678, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#adabce")Accessibility — WCAG contrast
Aa
#adabce on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#adabce on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.8%
Green67.1%
Blue80.8%
CMYK percentages
Cyan16.0%
Magenta17.0%
Yellow0.0%
Key (black)19.2%
Color previews
#adabce text on a black background
contrast 9.49:1
Card sample
#adabce text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #adabce;
Background color
Panel with #adabce background
background-color: #adabce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #adabce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(173, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(173, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #adabce; background: linear-gradient(135deg, #adabce, #C4ABCE);