#cf63fe
a light, electric violet · warm · closest name: violet
RGB
207, 99, 254
HSL
282°, 99%, 69%
CMYK
19, 61, 0, 0
Luminance
0.2934
Every format
| HEX | #cf63fe |
| RGB | rgb(207, 99, 254) |
| HSL | hsl(282, 99%, 69%) |
| CMYK | cmyk(19%, 61%, 0%, 0%) |
| LAB | lab(61.1 66.1 -59.5) |
| LCH | lch(61.1 88.9 318.0) |
| OKLCH | oklch(0.693 0.233 314.2) |
Copy-ready code
/* CSS */
color: #cf63fe;
background-color: #cf63fe;
/* Tailwind (arbitrary) */
class="text-[#cf63fe] bg-[#cf63fe]"
/* SCSS */
$brand: #cf63fe;
/* SwiftUI */
Color(red: 0.812, green: 0.388, blue: 0.996)
/* Android */
Color.parseColor("#cf63fe")Accessibility — WCAG contrast
Aa
#cf63fe on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf63fe on black: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green38.8%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta61.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cf63fe text on a black background
contrast 6.87:1
Card sample
#cf63fe text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf63fe;
Background color
Panel with #cf63fe background
background-color: #cf63fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf63fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 99, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 99, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf63fe; background: linear-gradient(135deg, #cf63fe, #FE63C6);