#cf6cf0
a light, electric violet · warm · closest name: violet
RGB
207, 108, 240
HSL
285°, 82%, 68%
CMYK
14, 55, 0, 6
Luminance
0.3028
Every format
| HEX | #cf6cf0 |
| RGB | rgb(207, 108, 240) |
| HSL | hsl(285, 82%, 68%) |
| CMYK | cmyk(14%, 55%, 0%, 6%) |
| LAB | lab(61.9 59.1 -50.4) |
| LCH | lch(61.9 77.7 319.5) |
| OKLCH | oklch(0.697 0.206 317.0) |
Copy-ready code
/* CSS */
color: #cf6cf0;
background-color: #cf6cf0;
/* Tailwind (arbitrary) */
class="text-[#cf6cf0] bg-[#cf6cf0]"
/* SCSS */
$brand: #cf6cf0;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.941)
/* Android */
Color.parseColor("#cf6cf0")Accessibility — WCAG contrast
Aa
#cf6cf0 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6cf0 on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue94.1%
CMYK percentages
Cyan13.7%
Magenta55.0%
Yellow0.0%
Key (black)5.9%
Color previews
#cf6cf0 text on a black background
contrast 7.06:1
Card sample
#cf6cf0 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cf0;
Background color
Panel with #cf6cf0 background
background-color: #cf6cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cf0; background: linear-gradient(135deg, #cf6cf0, #F06CB9);