#cf7ce8
a light, vivid violet · warm · closest name: orchid
RGB
207, 124, 232
HSL
286°, 70%, 70%
CMYK
11, 47, 0, 9
Luminance
0.3351
Every format
| HEX | #cf7ce8 |
| RGB | rgb(207, 124, 232) |
| HSL | hsl(286, 70%, 70%) |
| CMYK | cmyk(11%, 47%, 0%, 9%) |
| LAB | lab(64.6 49.5 -41.8) |
| LCH | lch(64.6 64.8 319.8) |
| OKLCH | oklch(0.715 0.173 318.0) |
Copy-ready code
/* CSS */
color: #cf7ce8;
background-color: #cf7ce8;
/* Tailwind (arbitrary) */
class="text-[#cf7ce8] bg-[#cf7ce8]"
/* SCSS */
$brand: #cf7ce8;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.910)
/* Android */
Color.parseColor("#cf7ce8")Accessibility — WCAG contrast
Aa
#cf7ce8 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ce8 on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta46.6%
Yellow0.0%
Key (black)9.0%
Color previews
#cf7ce8 text on a black background
contrast 7.70:1
Card sample
#cf7ce8 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ce8;
Background color
Panel with #cf7ce8 background
background-color: #cf7ce8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ce8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ce8; background: linear-gradient(135deg, #cf7ce8, #E87CB9);