#ca64df
a balanced, vivid violet · warm · closest name: orchid
RGB
202, 100, 223
HSL
290°, 66%, 63%
CMYK
9, 55, 0, 13
Luminance
0.2700
Every format
| HEX | #ca64df |
| RGB | rgb(202, 100, 223) |
| HSL | hsl(290, 66%, 63%) |
| CMYK | cmyk(9%, 55%, 0%, 13%) |
| LAB | lab(59.0 58.4 -45.6) |
| LCH | lch(59.0 74.1 322.0) |
| OKLCH | oklch(0.671 0.199 320.5) |
Copy-ready code
/* CSS */
color: #ca64df;
background-color: #ca64df;
/* Tailwind (arbitrary) */
class="text-[#ca64df] bg-[#ca64df]"
/* SCSS */
$brand: #ca64df;
/* SwiftUI */
Color(red: 0.792, green: 0.392, blue: 0.875)
/* Android */
Color.parseColor("#ca64df")Accessibility — WCAG contrast
Aa
#ca64df on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ca64df on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green39.2%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta55.2%
Yellow0.0%
Key (black)12.5%
Color previews
#ca64df text on a black background
contrast 6.40:1
Card sample
#ca64df text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca64df;
Background color
Panel with #ca64df background
background-color: #ca64df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca64df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 100, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 100, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca64df; background: linear-gradient(135deg, #ca64df, #DF64A2);