#cf9cda
a light, vivid violet · warm · closest name: plum
RGB
207, 156, 218
HSL
289°, 46%, 73%
CMYK
5, 28, 0, 15
Luminance
0.4210
Every format
| HEX | #cf9cda |
| RGB | rgb(207, 156, 218) |
| HSL | hsl(289, 46%, 73%) |
| CMYK | cmyk(5%, 28%, 0%, 15%) |
| LAB | lab(70.9 29.6 -24.2) |
| LCH | lch(70.9 38.2 320.8) |
| OKLCH | oklch(0.761 0.103 320.3) |
Copy-ready code
/* CSS */
color: #cf9cda;
background-color: #cf9cda;
/* Tailwind (arbitrary) */
class="text-[#cf9cda] bg-[#cf9cda]"
/* SCSS */
$brand: #cf9cda;
/* SwiftUI */
Color(red: 0.812, green: 0.612, blue: 0.855)
/* Android */
Color.parseColor("#cf9cda")Accessibility — WCAG contrast
Aa
#cf9cda on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9cda on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green61.2%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta28.4%
Yellow0.0%
Key (black)14.5%
Color previews
#cf9cda text on a black background
contrast 9.42:1
Card sample
#cf9cda text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9cda;
Background color
Panel with #cf9cda background
background-color: #cf9cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 156, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 156, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9cda; background: linear-gradient(135deg, #cf9cda, #DA9CBC);