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