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