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