#bdafd0
a light, soft violet · warm · closest name: silver
RGB
189, 175, 208
HSL
266°, 26%, 75%
CMYK
9, 16, 0, 18
Luminance
0.4603
Every format
| HEX | #bdafd0 |
| RGB | rgb(189, 175, 208) |
| HSL | hsl(266, 26%, 75%) |
| CMYK | cmyk(9%, 16%, 0%, 18%) |
| LAB | lab(73.6 11.3 -14.9) |
| LCH | lch(73.6 18.7 307.2) |
| OKLCH | oklch(0.776 0.049 304.5) |
Copy-ready code
/* CSS */
color: #bdafd0;
background-color: #bdafd0;
/* Tailwind (arbitrary) */
class="text-[#bdafd0] bg-[#bdafd0]"
/* SCSS */
$brand: #bdafd0;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#bdafd0")Accessibility — WCAG contrast
Aa
#bdafd0 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafd0 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue81.6%
CMYK percentages
Cyan9.1%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#bdafd0 text on a black background
contrast 10.21:1
Card sample
#bdafd0 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafd0;
Background color
Panel with #bdafd0 background
background-color: #bdafd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafd0; background: linear-gradient(135deg, #bdafd0, #D0AFCD);