#cf9fda
a light, soft violet · warm · closest name: plum
RGB
207, 159, 218
HSL
289°, 44%, 74%
CMYK
5, 27, 0, 15
Luminance
0.4312
Every format
| HEX | #cf9fda |
| RGB | rgb(207, 159, 218) |
| HSL | hsl(289, 44%, 74%) |
| CMYK | cmyk(5%, 27%, 0%, 15%) |
| LAB | lab(71.6 28.0 -23.1) |
| LCH | lch(71.6 36.3 320.4) |
| OKLCH | oklch(0.766 0.098 320.0) |
Copy-ready code
/* CSS */
color: #cf9fda;
background-color: #cf9fda;
/* Tailwind (arbitrary) */
class="text-[#cf9fda] bg-[#cf9fda]"
/* SCSS */
$brand: #cf9fda;
/* SwiftUI */
Color(red: 0.812, green: 0.624, blue: 0.855)
/* Android */
Color.parseColor("#cf9fda")Accessibility — WCAG contrast
Aa
#cf9fda on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9fda on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green62.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta27.1%
Yellow0.0%
Key (black)14.5%
Color previews
#cf9fda text on a black background
contrast 9.62:1
Card sample
#cf9fda text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9fda;
Background color
Panel with #cf9fda background
background-color: #cf9fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 159, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 159, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9fda; background: linear-gradient(135deg, #cf9fda, #DA9FBE);