#cf64e7
a balanced, vivid violet · warm · closest name: orchid
RGB
207, 100, 231
HSL
289°, 73%, 65%
CMYK
10, 57, 0, 9
Luminance
0.2815
Every format
| HEX | #cf64e7 |
| RGB | rgb(207, 100, 231) |
| HSL | hsl(289, 73%, 65%) |
| CMYK | cmyk(10%, 57%, 0%, 9%) |
| LAB | lab(60.0 61.2 -48.4) |
| LCH | lch(60.0 78.0 321.7) |
| OKLCH | oklch(0.681 0.209 320.0) |
Copy-ready code
/* CSS */
color: #cf64e7;
background-color: #cf64e7;
/* Tailwind (arbitrary) */
class="text-[#cf64e7] bg-[#cf64e7]"
/* SCSS */
$brand: #cf64e7;
/* SwiftUI */
Color(red: 0.812, green: 0.392, blue: 0.906)
/* Android */
Color.parseColor("#cf64e7")Accessibility — WCAG contrast
Aa
#cf64e7 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf64e7 on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green39.2%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta56.7%
Yellow0.0%
Key (black)9.4%
Color previews
#cf64e7 text on a black background
contrast 6.63:1
Card sample
#cf64e7 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf64e7;
Background color
Panel with #cf64e7 background
background-color: #cf64e7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf64e7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 100, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 100, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf64e7; background: linear-gradient(135deg, #cf64e7, #E764A8);