#bdbfdf
a light, soft blue · warm · closest name: lavender
RGB
189, 191, 223
HSL
237°, 35%, 81%
CMYK
15, 14, 0, 13
Luminance
0.5341
Every format
| HEX | #bdbfdf |
| RGB | rgb(189, 191, 223) |
| HSL | hsl(237, 35%, 81%) |
| CMYK | cmyk(15%, 14%, 0%, 13%) |
| LAB | lab(78.1 5.7 -16.2) |
| LCH | lch(78.1 17.1 289.4) |
| OKLCH | oklch(0.813 0.045 282.5) |
Copy-ready code
/* CSS */
color: #bdbfdf;
background-color: #bdbfdf;
/* Tailwind (arbitrary) */
class="text-[#bdbfdf] bg-[#bdbfdf]"
/* SCSS */
$brand: #bdbfdf;
/* SwiftUI */
Color(red: 0.741, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#bdbfdf")Accessibility — WCAG contrast
Aa
#bdbfdf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbfdf on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.9%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bdbfdf text on a black background
contrast 11.68:1
Card sample
#bdbfdf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbfdf;
Background color
Panel with #bdbfdf background
background-color: #bdbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbfdf; background: linear-gradient(135deg, #bdbfdf, #D2BDDF);