#bda2d2
a light, soft violet · warm · closest name: plum
RGB
189, 162, 210
HSL
274°, 35%, 73%
CMYK
10, 23, 0, 18
Luminance
0.4131
Every format
| HEX | #bda2d2 |
| RGB | rgb(189, 162, 210) |
| HSL | hsl(274, 35%, 73%) |
| CMYK | cmyk(10%, 23%, 0%, 18%) |
| LAB | lab(70.4 18.9 -20.8) |
| LCH | lch(70.4 28.0 312.2) |
| OKLCH | oklch(0.752 0.074 310.1) |
Copy-ready code
/* CSS */
color: #bda2d2;
background-color: #bda2d2;
/* Tailwind (arbitrary) */
class="text-[#bda2d2] bg-[#bda2d2]"
/* SCSS */
$brand: #bda2d2;
/* SwiftUI */
Color(red: 0.741, green: 0.635, blue: 0.824)
/* Android */
Color.parseColor("#bda2d2")Accessibility — WCAG contrast
Aa
#bda2d2 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bda2d2 on black: 9.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green63.5%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta22.9%
Yellow0.0%
Key (black)17.6%
Color previews
#bda2d2 text on a black background
contrast 9.26:1
Card sample
#bda2d2 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bda2d2;
Background color
Panel with #bda2d2 background
background-color: #bda2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bda2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 162, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 162, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bda2d2; background: linear-gradient(135deg, #bda2d2, #D2A2C7);