#cf9bec
a light, vivid violet · warm · closest name: plum
RGB
207, 155, 236
HSL
279°, 68%, 77%
CMYK
12, 34, 0, 8
Luminance
0.4276
Every format
| HEX | #cf9bec |
| RGB | rgb(207, 155, 236) |
| HSL | hsl(279, 68%, 77%) |
| CMYK | cmyk(12%, 34%, 0%, 8%) |
| LAB | lab(71.4 33.8 -33.4) |
| LCH | lch(71.4 47.5 315.4) |
| OKLCH | oklch(0.767 0.125 312.9) |
Copy-ready code
/* CSS */
color: #cf9bec;
background-color: #cf9bec;
/* Tailwind (arbitrary) */
class="text-[#cf9bec] bg-[#cf9bec]"
/* SCSS */
$brand: #cf9bec;
/* SwiftUI */
Color(red: 0.812, green: 0.608, blue: 0.925)
/* Android */
Color.parseColor("#cf9bec")Accessibility — WCAG contrast
Aa
#cf9bec on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf9bec on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green60.8%
Blue92.5%
CMYK percentages
Cyan12.3%
Magenta34.3%
Yellow0.0%
Key (black)7.5%
Color previews
#cf9bec text on a black background
contrast 9.55:1
Card sample
#cf9bec text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf9bec;
Background color
Panel with #cf9bec background
background-color: #cf9bec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf9bec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 155, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 155, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf9bec; background: linear-gradient(135deg, #cf9bec, #EC9BD3);