#bda0fc
a light, electric violet · warm · closest name: plum
RGB
189, 160, 252
HSL
259°, 94%, 81%
CMYK
25, 37, 0, 1
Luminance
0.4299
Every format
| HEX | #bda0fc |
| RGB | rgb(189, 160, 252) |
| HSL | hsl(259, 94%, 81%) |
| CMYK | cmyk(25%, 37%, 0%, 1%) |
| LAB | lab(71.5 29.3 -42.0) |
| LCH | lch(71.5 51.1 304.9) |
| OKLCH | oklch(0.766 0.132 297.7) |
Copy-ready code
/* CSS */
color: #bda0fc;
background-color: #bda0fc;
/* Tailwind (arbitrary) */
class="text-[#bda0fc] bg-[#bda0fc]"
/* SCSS */
$brand: #bda0fc;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.988)
/* Android */
Color.parseColor("#bda0fc")Accessibility — WCAG contrast
Aa
#bda0fc on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0fc on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta36.5%
Yellow0.0%
Key (black)1.2%
Color previews
#bda0fc text on a black background
contrast 9.60:1
Card sample
#bda0fc text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0fc;
Background color
Panel with #bda0fc background
background-color: #bda0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0fc; background: linear-gradient(135deg, #bda0fc, #FAA0FC);