#cf64f4
a light, electric violet · warm · closest name: violet
RGB
207, 100, 244
HSL
285°, 87%, 68%
CMYK
15, 59, 0, 4
Luminance
0.2891
Every format
| HEX | #cf64f4 |
| RGB | rgb(207, 100, 244) |
| HSL | hsl(285, 87%, 68%) |
| CMYK | cmyk(15%, 59%, 0%, 4%) |
| LAB | lab(60.7 63.7 -54.5) |
| LCH | lch(60.7 83.8 319.4) |
| OKLCH | oklch(0.689 0.222 316.5) |
Copy-ready code
/* CSS */
color: #cf64f4;
background-color: #cf64f4;
/* Tailwind (arbitrary) */
class="text-[#cf64f4] bg-[#cf64f4]"
/* SCSS */
$brand: #cf64f4;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.957)
/* Android */
Color.parseColor("#cf64f4")Accessibility — WCAG contrast
Aa
#cf64f4 on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64f4 on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta59.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cf64f4 text on a black background
contrast 6.78:1
Card sample
#cf64f4 text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64f4;
Background color
Panel with #cf64f4 background
background-color: #cf64f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64f4; background: linear-gradient(135deg, #cf64f4, #F464B9);