#cf7ce1
a light, vivid violet · warm · closest name: orchid
RGB
207, 124, 225
HSL
289°, 63%, 68%
CMYK
8, 45, 0, 12
Luminance
0.3312
Every format
| HEX | #cf7ce1 |
| RGB | rgb(207, 124, 225) |
| HSL | hsl(289, 63%, 68%) |
| CMYK | cmyk(8%, 45%, 0%, 12%) |
| LAB | lab(64.3 48.1 -38.4) |
| LCH | lch(64.3 61.6 321.4) |
| OKLCH | oklch(0.712 0.166 320.3) |
Copy-ready code
/* CSS */
color: #cf7ce1;
background-color: #cf7ce1;
/* Tailwind (arbitrary) */
class="text-[#cf7ce1] bg-[#cf7ce1]"
/* SCSS */
$brand: #cf7ce1;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.882)
/* Android */
Color.parseColor("#cf7ce1")Accessibility — WCAG contrast
Aa
#cf7ce1 on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ce1 on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue88.2%
CMYK percentages
Cyan8.0%
Magenta44.9%
Yellow0.0%
Key (black)11.8%
Color previews
#cf7ce1 text on a black background
contrast 7.62:1
Card sample
#cf7ce1 text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ce1;
Background color
Panel with #cf7ce1 background
background-color: #cf7ce1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ce1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ce1; background: linear-gradient(135deg, #cf7ce1, #E17CB0);