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