#cfb5dc
a light, soft violet · warm · closest name: plum
RGB
207, 181, 220
HSL
280°, 36%, 79%
CMYK
6, 18, 0, 14
Luminance
0.5148
Every format
| HEX | #cfb5dc |
| RGB | rgb(207, 181, 220) |
| HSL | hsl(280, 36%, 79%) |
| CMYK | cmyk(6%, 18%, 0%, 14%) |
| LAB | lab(77.0 16.4 -16.1) |
| LCH | lch(77.0 23.0 315.4) |
| OKLCH | oklch(0.808 0.061 314.5) |
Copy-ready code
/* CSS */
color: #cfb5dc;
background-color: #cfb5dc;
/* Tailwind (arbitrary) */
class="text-[#cfb5dc] bg-[#cfb5dc]"
/* SCSS */
$brand: #cfb5dc;
/* SwiftUI */
Color(red: 0.812, green: 0.710, blue: 0.863)
/* Android */
Color.parseColor("#cfb5dc")Accessibility — WCAG contrast
Aa
#cfb5dc on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb5dc on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.0%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta17.7%
Yellow0.0%
Key (black)13.7%
Color previews
#cfb5dc text on a black background
contrast 11.30:1
Card sample
#cfb5dc text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb5dc;
Background color
Panel with #cfb5dc background
background-color: #cfb5dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb5dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 181, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 181, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb5dc; background: linear-gradient(135deg, #cfb5dc, #DCB5CF);