#cf6dfe
a light, electric violet · warm · closest name: violet
RGB
207, 109, 254
HSL
281°, 99%, 71%
CMYK
19, 57, 0, 0
Luminance
0.3136
Every format
| HEX | #cf6dfe |
| RGB | rgb(207, 109, 254) |
| HSL | hsl(281, 99%, 71%) |
| CMYK | cmyk(19%, 57%, 0%, 0%) |
| LAB | lab(62.8 61.5 -56.7) |
| LCH | lch(62.8 83.6 317.3) |
| OKLCH | oklch(0.706 0.219 313.4) |
Copy-ready code
/* CSS */
color: #cf6dfe;
background-color: #cf6dfe;
/* Tailwind (arbitrary) */
class="text-[#cf6dfe] bg-[#cf6dfe]"
/* SCSS */
$brand: #cf6dfe;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.996)
/* Android */
Color.parseColor("#cf6dfe")Accessibility — WCAG contrast
Aa
#cf6dfe on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf6dfe on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta57.1%
Yellow0.0%
Key (black)0.4%
Color previews
#cf6dfe text on a black background
contrast 7.27:1
Card sample
#cf6dfe text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6dfe;
Background color
Panel with #cf6dfe background
background-color: #cf6dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6dfe; background: linear-gradient(135deg, #cf6dfe, #FE6DCC);