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