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