#bdadef
a light, vivid blue · warm · closest name: plum
RGB
189, 173, 239
HSL
255°, 67%, 81%
CMYK
21, 28, 0, 6
Luminance
0.4694
Every format
| HEX | #bdadef |
| RGB | rgb(189, 173, 239) |
| HSL | hsl(255, 67%, 81%) |
| CMYK | cmyk(21%, 28%, 0%, 6%) |
| LAB | lab(74.2 19.1 -30.9) |
| LCH | lch(74.2 36.3 301.7) |
| OKLCH | oklch(0.784 0.094 295.3) |
Copy-ready code
/* CSS */
color: #bdadef;
background-color: #bdadef;
/* Tailwind (arbitrary) */
class="text-[#bdadef] bg-[#bdadef]"
/* SCSS */
$brand: #bdadef;
/* SwiftUI */
Color(red: 0.741, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#bdadef")Accessibility — WCAG contrast
Aa
#bdadef on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdadef on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.8%
Blue93.7%
CMYK percentages
Cyan20.9%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#bdadef text on a black background
contrast 10.39:1
Card sample
#bdadef text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdadef;
Background color
Panel with #bdadef background
background-color: #bdadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdadef; background: linear-gradient(135deg, #bdadef, #E9ADEF);