#cf7ce6
a light, vivid violet · warm · closest name: orchid
RGB
207, 124, 230
HSL
287°, 68%, 69%
CMYK
10, 46, 0, 10
Luminance
0.3339
Every format
| HEX | #cf7ce6 |
| RGB | rgb(207, 124, 230) |
| HSL | hsl(287, 68%, 69%) |
| CMYK | cmyk(10%, 46%, 0%, 10%) |
| LAB | lab(64.5 49.1 -40.8) |
| LCH | lch(64.5 63.9 320.3) |
| OKLCH | oklch(0.714 0.171 318.7) |
Copy-ready code
/* CSS */
color: #cf7ce6;
background-color: #cf7ce6;
/* Tailwind (arbitrary) */
class="text-[#cf7ce6] bg-[#cf7ce6]"
/* SCSS */
$brand: #cf7ce6;
/* SwiftUI */
Color(red: 0.812, green: 0.486, blue: 0.902)
/* Android */
Color.parseColor("#cf7ce6")Accessibility — WCAG contrast
Aa
#cf7ce6 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7ce6 on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.6%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta46.1%
Yellow0.0%
Key (black)9.8%
Color previews
#cf7ce6 text on a black background
contrast 7.68:1
Card sample
#cf7ce6 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7ce6;
Background color
Panel with #cf7ce6 background
background-color: #cf7ce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7ce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 124, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 124, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7ce6; background: linear-gradient(135deg, #cf7ce6, #E67CB6);