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