#bda2cf
a light, soft violet · warm · closest name: plum
RGB
189, 162, 207
HSL
276°, 32%, 72%
CMYK
9, 22, 0, 19
Luminance
0.4116
Every format
| HEX | #bda2cf |
| RGB | rgb(189, 162, 207) |
| HSL | hsl(276, 32%, 72%) |
| CMYK | cmyk(9%, 22%, 0%, 19%) |
| LAB | lab(70.3 18.2 -19.3) |
| LCH | lch(70.3 26.5 313.4) |
| OKLCH | oklch(0.751 0.070 311.7) |
Copy-ready code
/* CSS */
color: #bda2cf;
background-color: #bda2cf;
/* Tailwind (arbitrary) */
class="text-[#bda2cf] bg-[#bda2cf]"
/* SCSS */
$brand: #bda2cf;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.812)
/* Android */
Color.parseColor("#bda2cf")Accessibility — WCAG contrast
Aa
#bda2cf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2cf on black: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue81.2%
CMYK percentages
Cyan8.7%
Magenta21.7%
Yellow0.0%
Key (black)18.8%
Color previews
#bda2cf text on a black background
contrast 9.23:1
Card sample
#bda2cf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2cf;
Background color
Panel with #bda2cf background
background-color: #bda2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2cf; background: linear-gradient(135deg, #bda2cf, #CFA2C3);