#bfadcf
a light, soft violet · warm · closest name: silver
RGB
191, 173, 207
HSL
272°, 26%, 75%
CMYK
8, 16, 0, 19
Luminance
0.4547
Every format
| HEX | #bfadcf |
| RGB | rgb(191, 173, 207) |
| HSL | hsl(272, 26%, 75%) |
| CMYK | cmyk(8%, 16%, 0%, 19%) |
| LAB | lab(73.2 12.8 -14.8) |
| LCH | lch(73.2 19.6 310.8) |
| OKLCH | oklch(0.774 0.051 309.0) |
Copy-ready code
/* CSS */
color: #bfadcf;
background-color: #bfadcf;
/* Tailwind (arbitrary) */
class="text-[#bfadcf] bg-[#bfadcf]"
/* SCSS */
$brand: #bfadcf;
/* SwiftUI */
Color(red: 0.749, green: 0.678, blue: 0.812)
/* Android */
Color.parseColor("#bfadcf")Accessibility — WCAG contrast
Aa
#bfadcf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfadcf on black: 10.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.8%
Blue81.2%
CMYK percentages
Cyan7.7%
Magenta16.4%
Yellow0.0%
Key (black)18.8%
Color previews
#bfadcf text on a black background
contrast 10.09:1
Card sample
#bfadcf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfadcf;
Background color
Panel with #bfadcf background
background-color: #bfadcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfadcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 173, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 173, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfadcf; background: linear-gradient(135deg, #bfadcf, #CFADC8);