#cf9bda
a light, vivid violet · warm · closest name: plum
RGB
207, 155, 218
HSL
290°, 46%, 73%
CMYK
5, 29, 0, 15
Luminance
0.4177
Every format
| HEX | #cf9bda |
| RGB | rgb(207, 155, 218) |
| HSL | hsl(290, 46%, 73%) |
| CMYK | cmyk(5%, 29%, 0%, 15%) |
| LAB | lab(70.7 30.1 -24.5) |
| LCH | lch(70.7 38.9 320.9) |
| OKLCH | oklch(0.759 0.105 320.4) |
Copy-ready code
/* CSS */
color: #cf9bda;
background-color: #cf9bda;
/* Tailwind (arbitrary) */
class="text-[#cf9bda] bg-[#cf9bda]"
/* SCSS */
$brand: #cf9bda;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.855)
/* Android */
Color.parseColor("#cf9bda")Accessibility — WCAG contrast
Aa
#cf9bda on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bda on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta28.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cf9bda text on a black background
contrast 9.35:1
Card sample
#cf9bda text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bda;
Background color
Panel with #cf9bda background
background-color: #cf9bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bda; background: linear-gradient(135deg, #cf9bda, #DA9BBB);