#b9adcd
a light, soft violet · warm · closest name: silver
RGB
185, 173, 205
HSL
263°, 24%, 74%
CMYK
10, 16, 0, 20
Luminance
0.4461
Every format
| HEX | #b9adcd |
| RGB | rgb(185, 173, 205) |
| HSL | hsl(263, 24%, 74%) |
| CMYK | cmyk(10%, 16%, 0%, 20%) |
| LAB | lab(72.6 10.4 -14.7) |
| LCH | lch(72.6 18.0 305.4) |
| OKLCH | oklch(0.768 0.047 302.4) |
Copy-ready code
/* CSS */
color: #b9adcd;
background-color: #b9adcd;
/* Tailwind (arbitrary) */
class="text-[#b9adcd] bg-[#b9adcd]"
/* SCSS */
$brand: #b9adcd;
/* SwiftUI */
Color(red: 0.725, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#b9adcd")Accessibility — WCAG contrast
Aa
#b9adcd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9adcd on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green67.8%
Blue80.4%
CMYK percentages
Cyan9.8%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#b9adcd text on a black background
contrast 9.92:1
Card sample
#b9adcd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9adcd;
Background color
Panel with #b9adcd background
background-color: #b9adcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9adcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9adcd; background: linear-gradient(135deg, #b9adcd, #CDADCC);