#cf6cff
a light, electric violet · warm · closest name: violet
RGB
207, 108, 255
HSL
280°, 100%, 71%
CMYK
19, 58, 0, 0
Luminance
0.3121
Every format
| HEX | #cf6cff |
| RGB | rgb(207, 108, 255) |
| HSL | hsl(280, 100%, 71%) |
| CMYK | cmyk(19%, 58%, 0%, 0%) |
| LAB | lab(62.7 62.1 -57.5) |
| LCH | lch(62.7 84.6 317.2) |
| OKLCH | oklch(0.705 0.221 313.2) |
Copy-ready code
/* CSS */
color: #cf6cff;
background-color: #cf6cff;
/* Tailwind (arbitrary) */
class="text-[#cf6cff] bg-[#cf6cff]"
/* SCSS */
$brand: #cf6cff;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 1.000)
/* Android */
Color.parseColor("#cf6cff")Accessibility — WCAG contrast
Aa
#cf6cff on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6cff on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta57.6%
Yellow0.0%
Key (black)0.0%
Color previews
#cf6cff text on a black background
contrast 7.24:1
Card sample
#cf6cff text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cff;
Background color
Panel with #cf6cff background
background-color: #cf6cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cff; background: linear-gradient(135deg, #cf6cff, #FF6CCD);