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