#cf8ce9
a light, vivid violet · warm · closest name: orchid
RGB
207, 140, 233
HSL
283°, 68%, 73%
CMYK
11, 40, 0, 9
Luminance
0.3790
Every format
| HEX | #cf8ce9 |
| RGB | rgb(207, 140, 233) |
| HSL | hsl(283, 68%, 73%) |
| CMYK | cmyk(11%, 40%, 0%, 9%) |
| LAB | lab(68.0 41.3 -37.0) |
| LCH | lch(68.0 55.5 318.1) |
| OKLCH | oklch(0.740 0.147 316.1) |
Copy-ready code
/* CSS */
color: #cf8ce9;
background-color: #cf8ce9;
/* Tailwind (arbitrary) */
class="text-[#cf8ce9] bg-[#cf8ce9]"
/* SCSS */
$brand: #cf8ce9;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.914)
/* Android */
Color.parseColor("#cf8ce9")Accessibility — WCAG contrast
Aa
#cf8ce9 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ce9 on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue91.4%
CMYK percentages
Cyan11.2%
Magenta39.9%
Yellow0.0%
Key (black)8.6%
Color previews
#cf8ce9 text on a black background
contrast 8.58:1
Card sample
#cf8ce9 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ce9;
Background color
Panel with #cf8ce9 background
background-color: #cf8ce9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ce9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ce9; background: linear-gradient(135deg, #cf8ce9, #E98CC5);