#bda1f5
a light, electric violet · warm · closest name: plum
RGB
189, 161, 245
HSL
260°, 81%, 80%
CMYK
23, 34, 0, 4
Luminance
0.4290
Every format
| HEX | #bda1f5 |
| RGB | rgb(189, 161, 245) |
| HSL | hsl(260, 81%, 80%) |
| CMYK | cmyk(23%, 34%, 0%, 4%) |
| LAB | lab(71.5 27.1 -38.2) |
| LCH | lch(71.5 46.9 305.3) |
| OKLCH | oklch(0.765 0.121 298.8) |
Copy-ready code
/* CSS */
color: #bda1f5;
background-color: #bda1f5;
/* Tailwind (arbitrary) */
class="text-[#bda1f5] bg-[#bda1f5]"
/* SCSS */
$brand: #bda1f5;
/* SwiftUI */
Color(red: 0.741, green: 0.631, blue: 0.961)
/* Android */
Color.parseColor("#bda1f5")Accessibility — WCAG contrast
Aa
#bda1f5 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda1f5 on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.1%
Blue96.1%
CMYK percentages
Cyan22.9%
Magenta34.3%
Yellow0.0%
Key (black)3.9%
Color previews
#bda1f5 text on a black background
contrast 9.58:1
Card sample
#bda1f5 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda1f5;
Background color
Panel with #bda1f5 background
background-color: #bda1f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda1f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 161, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 161, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda1f5; background: linear-gradient(135deg, #bda1f5, #F5A1F5);