#b2adcb
a light, soft blue · warm · closest name: silver
RGB
178, 173, 203
HSL
250°, 22%, 74%
CMYK
12, 15, 0, 20
Luminance
0.4366
Every format
| HEX | #b2adcb |
| RGB | rgb(178, 173, 203) |
| HSL | hsl(250, 22%, 74%) |
| CMYK | cmyk(12%, 15%, 0%, 20%) |
| LAB | lab(72.0 7.7 -14.6) |
| LCH | lch(72.0 16.5 297.9) |
| OKLCH | oklch(0.761 0.043 293.0) |
Copy-ready code
/* CSS */
color: #b2adcb;
background-color: #b2adcb;
/* Tailwind (arbitrary) */
class="text-[#b2adcb] bg-[#b2adcb]"
/* SCSS */
$brand: #b2adcb;
/* SwiftUI */
Color(red: 0.698, green: 0.678, blue: 0.796)
/* Android */
Color.parseColor("#b2adcb")Accessibility — WCAG contrast
Aa
#b2adcb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2adcb on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.8%
Blue79.6%
CMYK percentages
Cyan12.3%
Magenta14.8%
Yellow0.0%
Key (black)20.4%
Color previews
#b2adcb text on a black background
contrast 9.73:1
Card sample
#b2adcb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2adcb;
Background color
Panel with #b2adcb background
background-color: #b2adcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2adcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 173, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 173, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2adcb; background: linear-gradient(135deg, #b2adcb, #C6ADCB);