#cf6ce4
a light, vivid violet · warm · closest name: orchid
RGB
207, 108, 228
HSL
290°, 69%, 66%
CMYK
9, 53, 0, 11
Luminance
0.2959
Every format
| HEX | #cf6ce4 |
| RGB | rgb(207, 108, 228) |
| HSL | hsl(290, 69%, 66%) |
| CMYK | cmyk(9%, 53%, 0%, 11%) |
| LAB | lab(61.3 56.8 -44.7) |
| LCH | lch(61.3 72.3 321.8) |
| OKLCH | oklch(0.690 0.194 320.4) |
Copy-ready code
/* CSS */
color: #cf6ce4;
background-color: #cf6ce4;
/* Tailwind (arbitrary) */
class="text-[#cf6ce4] bg-[#cf6ce4]"
/* SCSS */
$brand: #cf6ce4;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.894)
/* Android */
Color.parseColor("#cf6ce4")Accessibility — WCAG contrast
Aa
#cf6ce4 on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6ce4 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta52.6%
Yellow0.0%
Key (black)10.6%
Color previews
#cf6ce4 text on a black background
contrast 6.92:1
Card sample
#cf6ce4 text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6ce4;
Background color
Panel with #cf6ce4 background
background-color: #cf6ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6ce4; background: linear-gradient(135deg, #cf6ce4, #E46CA9);