#bdbef1
a light, vivid blue · warm · closest name: lavender
RGB
189, 190, 241
HSL
239°, 65%, 84%
CMYK
22, 21, 0, 6
Luminance
0.5400
Every format
| HEX | #bdbef1 |
| RGB | rgb(189, 190, 241) |
| HSL | hsl(239, 65%, 84%) |
| CMYK | cmyk(22%, 21%, 0%, 6%) |
| LAB | lab(78.5 10.2 -25.3) |
| LCH | lch(78.5 27.3 291.9) |
| OKLCH | oklch(0.818 0.071 283.8) |
Copy-ready code
/* CSS */
color: #bdbef1;
background-color: #bdbef1;
/* Tailwind (arbitrary) */
class="text-[#bdbef1] bg-[#bdbef1]"
/* SCSS */
$brand: #bdbef1;
/* SwiftUI */
Color(red: 0.741, green: 0.745, blue: 0.945)
/* Android */
Color.parseColor("#bdbef1")Accessibility — WCAG contrast
Aa
#bdbef1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbef1 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.5%
Blue94.5%
CMYK percentages
Cyan21.6%
Magenta21.2%
Yellow0.0%
Key (black)5.5%
Color previews
#bdbef1 text on a black background
contrast 11.80:1
Card sample
#bdbef1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbef1;
Background color
Panel with #bdbef1 background
background-color: #bdbef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 190, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 190, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbef1; background: linear-gradient(135deg, #bdbef1, #DFBDF1);