#bdb2df
a light, soft blue · warm · closest name: plum
RGB
189, 178, 223
HSL
255°, 41%, 79%
CMYK
15, 20, 0, 13
Luminance
0.4799
Every format
| HEX | #bdb2df |
| RGB | rgb(189, 178, 223) |
| HSL | hsl(255, 41%, 79%) |
| CMYK | cmyk(15%, 20%, 0%, 13%) |
| LAB | lab(74.8 12.8 -21.1) |
| LCH | lch(74.8 24.7 301.1) |
| OKLCH | oklch(0.788 0.064 296.1) |
Copy-ready code
/* CSS */
color: #bdb2df;
background-color: #bdb2df;
/* Tailwind (arbitrary) */
class="text-[#bdb2df] bg-[#bdb2df]"
/* SCSS */
$brand: #bdb2df;
/* SwiftUI */
Color(red: 0.741, green: 0.698, blue: 0.875)
/* Android */
Color.parseColor("#bdb2df")Accessibility — WCAG contrast
Aa
#bdb2df on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb2df on black: 10.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green69.8%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta20.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bdb2df text on a black background
contrast 10.60:1
Card sample
#bdb2df text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb2df;
Background color
Panel with #bdb2df background
background-color: #bdb2df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb2df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 178, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 178, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb2df; background: linear-gradient(135deg, #bdb2df, #DBB2DF);