#cf9fe4
a light, vivid violet · warm · closest name: plum
RGB
207, 159, 228
HSL
282°, 56%, 76%
CMYK
9, 30, 0, 11
Luminance
0.4366
Every format
| HEX | #cf9fe4 |
| RGB | rgb(207, 159, 228) |
| HSL | hsl(282, 56%, 76%) |
| CMYK | cmyk(9%, 30%, 0%, 11%) |
| LAB | lab(72.0 30.0 -28.0) |
| LCH | lch(72.0 41.0 316.9) |
| OKLCH | oklch(0.770 0.109 315.3) |
Copy-ready code
/* CSS */
color: #cf9fe4;
background-color: #cf9fe4;
/* Tailwind (arbitrary) */
class="text-[#cf9fe4] bg-[#cf9fe4]"
/* SCSS */
$brand: #cf9fe4;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.894)
/* Android */
Color.parseColor("#cf9fe4")Accessibility — WCAG contrast
Aa
#cf9fe4 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fe4 on black: 9.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta30.3%
Yellow0.0%
Key (black)10.6%
Color previews
#cf9fe4 text on a black background
contrast 9.73:1
Card sample
#cf9fe4 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fe4;
Background color
Panel with #cf9fe4 background
background-color: #cf9fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fe4; background: linear-gradient(135deg, #cf9fe4, #E49FCB);