#bda0f5
a light, electric violet · warm · closest name: plum
RGB
189, 160, 245
HSL
261°, 81%, 79%
CMYK
23, 35, 0, 4
Luminance
0.4255
Every format
| HEX | #bda0f5 |
| RGB | rgb(189, 160, 245) |
| HSL | hsl(261, 81%, 79%) |
| CMYK | cmyk(23%, 35%, 0%, 4%) |
| LAB | lab(71.3 27.6 -38.6) |
| LCH | lch(71.3 47.5 305.6) |
| OKLCH | oklch(0.763 0.123 299.2) |
Copy-ready code
/* CSS */
color: #bda0f5;
background-color: #bda0f5;
/* Tailwind (arbitrary) */
class="text-[#bda0f5] bg-[#bda0f5]"
/* SCSS */
$brand: #bda0f5;
/* SwiftUI */
Color(red: 0.741, green: 0.627, blue: 0.961)
/* Android */
Color.parseColor("#bda0f5")Accessibility — WCAG contrast
Aa
#bda0f5 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda0f5 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green62.7%
Blue96.1%
CMYK percentages
Cyan22.9%
Magenta34.7%
Yellow0.0%
Key (black)3.9%
Color previews
#bda0f5 text on a black background
contrast 9.51:1
Card sample
#bda0f5 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda0f5;
Background color
Panel with #bda0f5 background
background-color: #bda0f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda0f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 160, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 160, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda0f5; background: linear-gradient(135deg, #bda0f5, #F5A0F4);