#cf7ce4
a light, vivid violet · warm · closest name: orchid
RGB
207, 124, 228
HSL
288°, 66%, 69%
CMYK
9, 46, 0, 11
Luminance
0.3328
Every format
| HEX | #cf7ce4 |
| RGB | rgb(207, 124, 228) |
| HSL | hsl(288, 66%, 69%) |
| CMYK | cmyk(9%, 46%, 0%, 11%) |
| LAB | lab(64.4 48.7 -39.8) |
| LCH | lch(64.4 62.9 320.7) |
| OKLCH | oklch(0.713 0.169 319.3) |
Copy-ready code
/* CSS */
color: #cf7ce4;
background-color: #cf7ce4;
/* Tailwind (arbitrary) */
class="text-[#cf7ce4] bg-[#cf7ce4]"
/* SCSS */
$brand: #cf7ce4;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.894)
/* Android */
Color.parseColor("#cf7ce4")Accessibility — WCAG contrast
Aa
#cf7ce4 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ce4 on black: 7.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta45.6%
Yellow0.0%
Key (black)10.6%
Color previews
#cf7ce4 text on a black background
contrast 7.66:1
Card sample
#cf7ce4 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ce4;
Background color
Panel with #cf7ce4 background
background-color: #cf7ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ce4; background: linear-gradient(135deg, #cf7ce4, #E47CB4);