#bfadcd
a light, soft violet · warm · closest name: silver
RGB
191, 173, 205
HSL
274°, 24%, 74%
CMYK
7, 16, 0, 20
Luminance
0.4537
Every format
| HEX | #bfadcd |
| RGB | rgb(191, 173, 205) |
| HSL | hsl(274, 24%, 74%) |
| CMYK | cmyk(7%, 16%, 0%, 20%) |
| LAB | lab(73.1 12.4 -13.8) |
| LCH | lch(73.1 18.6 311.9) |
| OKLCH | oklch(0.773 0.049 310.4) |
Copy-ready code
/* CSS */
color: #bfadcd;
background-color: #bfadcd;
/* Tailwind (arbitrary) */
class="text-[#bfadcd] bg-[#bfadcd]"
/* SCSS */
$brand: #bfadcd;
/* SwiftUI */
Color(red: 0.749, green: 0.678, blue: 0.804)
/* Android */
Color.parseColor("#bfadcd")Accessibility — WCAG contrast
Aa
#bfadcd on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfadcd on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.8%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta15.6%
Yellow0.0%
Key (black)19.6%
Color previews
#bfadcd text on a black background
contrast 10.07:1
Card sample
#bfadcd text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfadcd;
Background color
Panel with #bfadcd background
background-color: #bfadcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfadcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 173, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 173, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfadcd; background: linear-gradient(135deg, #bfadcd, #CDADC6);