#cfbcd4
a light, soft violet · warm · closest name: silver
RGB
207, 188, 212
HSL
288°, 22%, 78%
CMYK
2, 11, 0, 17
Luminance
0.5399
Every format
| HEX | #cfbcd4 |
| RGB | rgb(207, 188, 212) |
| HSL | hsl(288, 22%, 78%) |
| CMYK | cmyk(2%, 11%, 0%, 17%) |
| LAB | lab(78.5 11.0 -9.6) |
| LCH | lch(78.5 14.6 319.1) |
| OKLCH | oklch(0.818 0.039 319.2) |
Copy-ready code
/* CSS */
color: #cfbcd4;
background-color: #cfbcd4;
/* Tailwind (arbitrary) */
class="text-[#cfbcd4] bg-[#cfbcd4]"
/* SCSS */
$brand: #cfbcd4;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.831)
/* Android */
Color.parseColor("#cfbcd4")Accessibility — WCAG contrast
Aa
#cfbcd4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcd4 on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue83.1%
CMYK percentages
Cyan2.4%
Magenta11.3%
Yellow0.0%
Key (black)16.9%
Color previews
#cfbcd4 text on a black background
contrast 11.80:1
Card sample
#cfbcd4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcd4;
Background color
Panel with #cfbcd4 background
background-color: #cfbcd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcd4; background: linear-gradient(135deg, #cfbcd4, #D4BCC9);