#cf6ce0
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 108, 224
HSL
291°, 65%, 65%
CMYK
8, 52, 0, 12
Luminance
0.2937
Every format
| HEX | #cf6ce0 |
| RGB | rgb(207, 108, 224) |
| HSL | hsl(291, 65%, 65%) |
| CMYK | cmyk(8%, 52%, 0%, 12%) |
| LAB | lab(61.1 56.0 -42.8) |
| LCH | lch(61.1 70.5 322.6) |
| OKLCH | oklch(0.688 0.191 321.6) |
Copy-ready code
/* CSS */
color: #cf6ce0;
background-color: #cf6ce0;
/* Tailwind (arbitrary) */
class="text-[#cf6ce0] bg-[#cf6ce0]"
/* SCSS */
$brand: #cf6ce0;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.878)
/* Android */
Color.parseColor("#cf6ce0")Accessibility — WCAG contrast
Aa
#cf6ce0 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ce0 on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta51.8%
Yellow0.0%
Key (black)12.2%
Color previews
#cf6ce0 text on a black background
contrast 6.87:1
Card sample
#cf6ce0 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ce0;
Background color
Panel with #cf6ce0 background
background-color: #cf6ce0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ce0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ce0; background: linear-gradient(135deg, #cf6ce0, #E06CA4);