#cf9bdc
a light, vivid violet · warm · closest name: plum
RGB
207, 155, 220
HSL
288°, 48%, 74%
CMYK
6, 30, 0, 14
Luminance
0.4188
Every format
| HEX | #cf9bdc |
| RGB | rgb(207, 155, 220) |
| HSL | hsl(288, 48%, 74%) |
| CMYK | cmyk(6%, 30%, 0%, 14%) |
| LAB | lab(70.8 30.5 -25.5) |
| LCH | lch(70.8 39.8 320.1) |
| OKLCH | oklch(0.760 0.107 319.5) |
Copy-ready code
/* CSS */
color: #cf9bdc;
background-color: #cf9bdc;
/* Tailwind (arbitrary) */
class="text-[#cf9bdc] bg-[#cf9bdc]"
/* SCSS */
$brand: #cf9bdc;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.863)
/* Android */
Color.parseColor("#cf9bdc")Accessibility — WCAG contrast
Aa
#cf9bdc on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bdc on black: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue86.3%
CMYK percentages
Cyan5.9%
Magenta29.5%
Yellow0.0%
Key (black)13.7%
Color previews
#cf9bdc text on a black background
contrast 9.38:1
Card sample
#cf9bdc text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bdc;
Background color
Panel with #cf9bdc background
background-color: #cf9bdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bdc; background: linear-gradient(135deg, #cf9bdc, #DC9BBE);