#cfbcd3
a light, soft violet · warm · closest name: silver
RGB
207, 188, 211
HSL
290°, 21%, 78%
CMYK
2, 11, 0, 17
Luminance
0.5393
Every format
| HEX | #cfbcd3 |
| RGB | rgb(207, 188, 211) |
| HSL | hsl(290, 21%, 78%) |
| CMYK | cmyk(2%, 11%, 0%, 17%) |
| LAB | lab(78.4 10.8 -9.1) |
| LCH | lch(78.4 14.1 320.1) |
| OKLCH | oklch(0.818 0.038 320.4) |
Copy-ready code
/* CSS */
color: #cfbcd3;
background-color: #cfbcd3;
/* Tailwind (arbitrary) */
class="text-[#cfbcd3] bg-[#cfbcd3]"
/* SCSS */
$brand: #cfbcd3;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.827)
/* Android */
Color.parseColor("#cfbcd3")Accessibility — WCAG contrast
Aa
#cfbcd3 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd3 on black: 11.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue82.7%
CMYK percentages
Cyan1.9%
Magenta10.9%
Yellow0.0%
Key (black)17.3%
Color previews
#cfbcd3 text on a black background
contrast 11.79:1
Card sample
#cfbcd3 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd3;
Background color
Panel with #cfbcd3 background
background-color: #cfbcd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd3; background: linear-gradient(135deg, #cfbcd3, #D3BCC8);