#cf64eb
a light, electric violet · warm · closest name: violet
RGB
207, 100, 235
HSL
288°, 77%, 66%
CMYK
12, 57, 0, 8
Luminance
0.2838
Every format
| HEX | #cf64eb |
| RGB | rgb(207, 100, 235) |
| HSL | hsl(288, 77%, 66%) |
| CMYK | cmyk(12%, 57%, 0%, 8%) |
| LAB | lab(60.2 61.9 -50.3) |
| LCH | lch(60.2 79.8 320.9) |
| OKLCH | oklch(0.683 0.213 318.9) |
Copy-ready code
/* CSS */
color: #cf64eb;
background-color: #cf64eb;
/* Tailwind (arbitrary) */
class="text-[#cf64eb] bg-[#cf64eb]"
/* SCSS */
$brand: #cf64eb;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.922)
/* Android */
Color.parseColor("#cf64eb")Accessibility — WCAG contrast
Aa
#cf64eb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64eb on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta57.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cf64eb text on a black background
contrast 6.68:1
Card sample
#cf64eb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64eb;
Background color
Panel with #cf64eb background
background-color: #cf64eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64eb; background: linear-gradient(135deg, #cf64eb, #EB64AD);