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