#cf9ade
a light, vivid violet · warm · closest name: plum
RGB
207, 154, 222
HSL
287°, 51%, 74%
CMYK
7, 31, 0, 13
Luminance
0.4165
Every format
| HEX | #cf9ade |
| RGB | rgb(207, 154, 222) |
| HSL | hsl(287, 51%, 74%) |
| CMYK | cmyk(7%, 31%, 0%, 13%) |
| LAB | lab(70.6 31.5 -26.9) |
| LCH | lch(70.6 41.4 319.5) |
| OKLCH | oklch(0.759 0.111 318.7) |
Copy-ready code
/* CSS */
color: #cf9ade;
background-color: #cf9ade;
/* Tailwind (arbitrary) */
class="text-[#cf9ade] bg-[#cf9ade]"
/* SCSS */
$brand: #cf9ade;
/* SwiftUI */
Color(red: 0.812, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#cf9ade")Accessibility — WCAG contrast
Aa
#cf9ade on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9ade on black: 9.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.4%
Blue87.1%
CMYK percentages
Cyan6.8%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#cf9ade text on a black background
contrast 9.33:1
Card sample
#cf9ade text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9ade;
Background color
Panel with #cf9ade background
background-color: #cf9ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9ade; background: linear-gradient(135deg, #cf9ade, #DE9AC0);