#cfb3d7
a light, soft violet · warm · closest name: plum
RGB
207, 179, 215
HSL
287°, 31%, 77%
CMYK
4, 17, 0, 16
Luminance
0.5041
Every format
| HEX | #cfb3d7 |
| RGB | rgb(207, 179, 215) |
| HSL | hsl(287, 31%, 77%) |
| CMYK | cmyk(4%, 17%, 0%, 16%) |
| LAB | lab(76.3 16.5 -14.4) |
| LCH | lch(76.3 21.9 318.9) |
| OKLCH | oklch(0.802 0.059 318.7) |
Copy-ready code
/* CSS */
color: #cfb3d7;
background-color: #cfb3d7;
/* Tailwind (arbitrary) */
class="text-[#cfb3d7] bg-[#cfb3d7]"
/* SCSS */
$brand: #cfb3d7;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.843)
/* Android */
Color.parseColor("#cfb3d7")Accessibility — WCAG contrast
Aa
#cfb3d7 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb3d7 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue84.3%
CMYK percentages
Cyan3.7%
Magenta16.7%
Yellow0.0%
Key (black)15.7%
Color previews
#cfb3d7 text on a black background
contrast 11.08:1
Card sample
#cfb3d7 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb3d7;
Background color
Panel with #cfb3d7 background
background-color: #cfb3d7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb3d7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb3d7; background: linear-gradient(135deg, #cfb3d7, #D7B3C7);