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