#cf6cfd
a light, electric violet · warm · closest name: violet
RGB
207, 108, 253
HSL
281°, 97%, 71%
CMYK
18, 57, 0, 1
Luminance
0.3108
Every format
| HEX | #cf6cfd |
| RGB | rgb(207, 108, 253) |
| HSL | hsl(281, 97%, 71%) |
| CMYK | cmyk(18%, 57%, 0%, 1%) |
| LAB | lab(62.6 61.7 -56.5) |
| LCH | lch(62.6 83.7 317.5) |
| OKLCH | oklch(0.704 0.219 313.7) |
Copy-ready code
/* CSS */
color: #cf6cfd;
background-color: #cf6cfd;
/* Tailwind (arbitrary) */
class="text-[#cf6cfd] bg-[#cf6cfd]"
/* SCSS */
$brand: #cf6cfd;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.992)
/* Android */
Color.parseColor("#cf6cfd")Accessibility — WCAG contrast
Aa
#cf6cfd on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6cfd on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta57.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cf6cfd text on a black background
contrast 7.22:1
Card sample
#cf6cfd text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cfd;
Background color
Panel with #cf6cfd background
background-color: #cf6cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cfd; background: linear-gradient(135deg, #cf6cfd, #FD6CCA);