#b0adce
a light, soft blue · warm · closest name: silver
RGB
176, 173, 206
HSL
246°, 25%, 74%
CMYK
15, 16, 0, 19
Luminance
0.4357
Every format
| HEX | #b0adce |
| RGB | rgb(176, 173, 206) |
| HSL | hsl(246, 25%, 74%) |
| CMYK | cmyk(15%, 16%, 0%, 19%) |
| LAB | lab(71.9 7.7 -16.3) |
| LCH | lch(71.9 18.0 295.2) |
| OKLCH | oklch(0.761 0.047 289.4) |
Copy-ready code
/* CSS */
color: #b0adce;
background-color: #b0adce;
/* Tailwind (arbitrary) */
class="text-[#b0adce] bg-[#b0adce]"
/* SCSS */
$brand: #b0adce;
/* SwiftUI */
Color(red: 0.690, green: 0.678, blue: 0.808)
/* Android */
Color.parseColor("#b0adce")Accessibility — WCAG contrast
Aa
#b0adce on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0adce on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green67.8%
Blue80.8%
CMYK percentages
Cyan14.6%
Magenta16.0%
Yellow0.0%
Key (black)19.2%
Color previews
#b0adce text on a black background
contrast 9.71:1
Card sample
#b0adce text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0adce;
Background color
Panel with #b0adce background
background-color: #b0adce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0adce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 173, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 173, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0adce; background: linear-gradient(135deg, #b0adce, #C6ADCE);