#bdbccf
a light, soft blue · warm · closest name: silver
RGB
189, 188, 207
HSL
243°, 17%, 78%
CMYK
9, 9, 0, 19
Luminance
0.5129
Every format
| HEX | #bdbccf |
| RGB | rgb(189, 188, 207) |
| HSL | hsl(243, 17%, 78%) |
| CMYK | cmyk(9%, 9%, 0%, 19%) |
| LAB | lab(76.8 4.0 -9.4) |
| LCH | lch(76.8 10.2 293.1) |
| OKLCH | oklch(0.802 0.027 288.2) |
Copy-ready code
/* CSS */
color: #bdbccf;
background-color: #bdbccf;
/* Tailwind (arbitrary) */
class="text-[#bdbccf] bg-[#bdbccf]"
/* SCSS */
$brand: #bdbccf;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#bdbccf")Accessibility — WCAG contrast
Aa
#bdbccf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbccf on black: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta9.2%
Yellow0.0%
Key (black)18.8%
Color previews
#bdbccf text on a black background
contrast 11.26:1
Card sample
#bdbccf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbccf;
Background color
Panel with #bdbccf background
background-color: #bdbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbccf; background: linear-gradient(135deg, #bdbccf, #CABCCF);