#cf8ce4
a light, vivid violet · warm · closest name: orchid
RGB
207, 140, 228
HSL
286°, 62%, 72%
CMYK
9, 39, 0, 11
Luminance
0.3762
Every format
| HEX | #cf8ce4 |
| RGB | rgb(207, 140, 228) |
| HSL | hsl(286, 62%, 72%) |
| CMYK | cmyk(9%, 39%, 0%, 11%) |
| LAB | lab(67.7 40.3 -34.6) |
| LCH | lch(67.7 53.1 319.3) |
| OKLCH | oklch(0.738 0.142 317.9) |
Copy-ready code
/* CSS */
color: #cf8ce4;
background-color: #cf8ce4;
/* Tailwind (arbitrary) */
class="text-[#cf8ce4] bg-[#cf8ce4]"
/* SCSS */
$brand: #cf8ce4;
/* SwiftUI */
Color(red: 0.812, green: 0.549, blue: 0.894)
/* Android */
Color.parseColor("#cf8ce4")Accessibility — WCAG contrast
Aa
#cf8ce4 on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf8ce4 on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green54.9%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta38.6%
Yellow0.0%
Key (black)10.6%
Color previews
#cf8ce4 text on a black background
contrast 8.52:1
Card sample
#cf8ce4 text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf8ce4;
Background color
Panel with #cf8ce4 background
background-color: #cf8ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf8ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 140, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 140, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf8ce4; background: linear-gradient(135deg, #cf8ce4, #E48CBE);