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