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