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