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