#cf9ee2
a light, vivid violet · warm · closest name: plum
RGB
207, 158, 226
HSL
283°, 54%, 75%
CMYK
8, 30, 0, 11
Luminance
0.4321
Every format
| HEX | #cf9ee2 |
| RGB | rgb(207, 158, 226) |
| HSL | hsl(283, 54%, 75%) |
| CMYK | cmyk(8%, 30%, 0%, 11%) |
| LAB | lab(71.7 30.1 -27.4) |
| LCH | lch(71.7 40.7 317.7) |
| OKLCH | oklch(0.768 0.108 316.3) |
Copy-ready code
/* CSS */
color: #cf9ee2;
background-color: #cf9ee2;
/* Tailwind (arbitrary) */
class="text-[#cf9ee2] bg-[#cf9ee2]"
/* SCSS */
$brand: #cf9ee2;
/* SwiftUI */
Color(red: 0.812, green: 0.620, blue: 0.886)
/* Android */
Color.parseColor("#cf9ee2")Accessibility — WCAG contrast
Aa
#cf9ee2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ee2 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.0%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta30.1%
Yellow0.0%
Key (black)11.4%
Color previews
#cf9ee2 text on a black background
contrast 9.64:1
Card sample
#cf9ee2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ee2;
Background color
Panel with #cf9ee2 background
background-color: #cf9ee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 158, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 158, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ee2; background: linear-gradient(135deg, #cf9ee2, #E29EC8);