#bdb2cf
a light, soft violet · warm · closest name: silver
RGB
189, 178, 207
HSL
263°, 23%, 76%
CMYK
9, 14, 0, 19
Luminance
0.4716
Every format
| HEX | #bdb2cf |
| RGB | rgb(189, 178, 207) |
| HSL | hsl(263, 23%, 76%) |
| CMYK | cmyk(9%, 14%, 0%, 19%) |
| LAB | lab(74.3 9.4 -13.2) |
| LCH | lch(74.3 16.3 305.5) |
| OKLCH | oklch(0.782 0.042 302.7) |
Copy-ready code
/* CSS */
color: #bdb2cf;
background-color: #bdb2cf;
/* Tailwind (arbitrary) */
class="text-[#bdb2cf] bg-[#bdb2cf]"
/* SCSS */
$brand: #bdb2cf;
/* SwiftUI */
Color(red: 0.741, green: 0.698, blue: 0.812)
/* Android */
Color.parseColor("#bdb2cf")Accessibility — WCAG contrast
Aa
#bdb2cf on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb2cf on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green69.8%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta14.0%
Yellow0.0%
Key (black)18.8%
Color previews
#bdb2cf text on a black background
contrast 10.43:1
Card sample
#bdb2cf text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb2cf;
Background color
Panel with #bdb2cf background
background-color: #bdb2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 178, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 178, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb2cf; background: linear-gradient(135deg, #bdb2cf, #CFB2CE);