#cf9ce2
a light, vivid violet · warm · closest name: plum
RGB
207, 156, 226
HSL
284°, 55%, 75%
CMYK
8, 31, 0, 11
Luminance
0.4253
Every format
| HEX | #cf9ce2 |
| RGB | rgb(207, 156, 226) |
| HSL | hsl(284, 55%, 75%) |
| CMYK | cmyk(8%, 31%, 0%, 11%) |
| LAB | lab(71.2 31.2 -28.1) |
| LCH | lch(71.2 42.0 318.0) |
| OKLCH | oklch(0.764 0.112 316.6) |
Copy-ready code
/* CSS */
color: #cf9ce2;
background-color: #cf9ce2;
/* Tailwind (arbitrary) */
class="text-[#cf9ce2] bg-[#cf9ce2]"
/* SCSS */
$brand: #cf9ce2;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.886)
/* Android */
Color.parseColor("#cf9ce2")Accessibility — WCAG contrast
Aa
#cf9ce2 on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ce2 on black: 9.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta31.0%
Yellow0.0%
Key (black)11.4%
Color previews
#cf9ce2 text on a black background
contrast 9.51:1
Card sample
#cf9ce2 text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ce2;
Background color
Panel with #cf9ce2 background
background-color: #cf9ce2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ce2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ce2; background: linear-gradient(135deg, #cf9ce2, #E29CC6);