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