#cfb7dc
a light, soft violet · warm · closest name: plum
RGB
207, 183, 220
HSL
279°, 35%, 79%
CMYK
6, 17, 0, 14
Luminance
0.5230
Every format
| HEX | #cfb7dc |
| RGB | rgb(207, 183, 220) |
| HSL | hsl(279, 35%, 79%) |
| CMYK | cmyk(6%, 17%, 0%, 14%) |
| LAB | lab(77.5 15.3 -15.4) |
| LCH | lch(77.5 21.7 314.8) |
| OKLCH | oklch(0.811 0.057 313.8) |
Copy-ready code
/* CSS */
color: #cfb7dc;
background-color: #cfb7dc;
/* Tailwind (arbitrary) */
class="text-[#cfb7dc] bg-[#cfb7dc]"
/* SCSS */
$brand: #cfb7dc;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.863)
/* Android */
Color.parseColor("#cfb7dc")Accessibility — WCAG contrast
Aa
#cfb7dc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7dc on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta16.8%
Yellow0.0%
Key (black)13.7%
Color previews
#cfb7dc text on a black background
contrast 11.46:1
Card sample
#cfb7dc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7dc;
Background color
Panel with #cfb7dc background
background-color: #cfb7dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7dc; background: linear-gradient(135deg, #cfb7dc, #DCB7D0);