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