#bda8fd
a light, electric blue · warm · closest name: plum
RGB
189, 168, 253
HSL
255°, 96%, 83%
CMYK
25, 34, 0, 1
Luminance
0.4592
Every format
| HEX | #bda8fd |
| RGB | rgb(189, 168, 253) |
| HSL | hsl(255, 96%, 83%) |
| CMYK | cmyk(25%, 34%, 0%, 1%) |
| LAB | lab(73.5 25.1 -39.5) |
| LCH | lch(73.5 46.8 302.4) |
| OKLCH | oklch(0.781 0.121 294.8) |
Copy-ready code
/* CSS */
color: #bda8fd;
background-color: #bda8fd;
/* Tailwind (arbitrary) */
class="text-[#bda8fd] bg-[#bda8fd]"
/* SCSS */
$brand: #bda8fd;
/* SwiftUI */
Color(red: 0.741, green: 0.659, blue: 0.992)
/* Android */
Color.parseColor("#bda8fd")Accessibility — WCAG contrast
Aa
#bda8fd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda8fd on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green65.9%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta33.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bda8fd text on a black background
contrast 10.18:1
Card sample
#bda8fd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda8fd;
Background color
Panel with #bda8fd background
background-color: #bda8fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda8fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 168, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 168, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda8fd; background: linear-gradient(135deg, #bda8fd, #F6A8FD);