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