#cfb3dc
a light, soft violet · warm · closest name: plum
RGB
207, 179, 220
HSL
281°, 37%, 78%
CMYK
6, 19, 0, 14
Luminance
0.5067
Every format
| HEX | #cfb3dc |
| RGB | rgb(207, 179, 220) |
| HSL | hsl(281, 37%, 78%) |
| CMYK | cmyk(6%, 19%, 0%, 14%) |
| LAB | lab(76.5 17.4 -16.9) |
| LCH | lch(76.5 24.3 316.0) |
| OKLCH | oklch(0.804 0.064 315.1) |
Copy-ready code
/* CSS */
color: #cfb3dc;
background-color: #cfb3dc;
/* Tailwind (arbitrary) */
class="text-[#cfb3dc] bg-[#cfb3dc]"
/* SCSS */
$brand: #cfb3dc;
/* SwiftUI */
Color(red: 0.812, green: 0.702, blue: 0.863)
/* Android */
Color.parseColor("#cfb3dc")Accessibility — WCAG contrast
Aa
#cfb3dc on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb3dc on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green70.2%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta18.6%
Yellow0.0%
Key (black)13.7%
Color previews
#cfb3dc text on a black background
contrast 11.13:1
Card sample
#cfb3dc text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb3dc;
Background color
Panel with #cfb3dc background
background-color: #cfb3dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb3dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 179, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 179, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb3dc; background: linear-gradient(135deg, #cfb3dc, #DCB3CE);