#ca73df
a light, vivid violet · warm · closest name: orchid
RGB
202, 115, 223
HSL
288°, 63%, 66%
CMYK
9, 48, 0, 13
Luminance
0.3015
Every format
| HEX | #ca73df |
| RGB | rgb(202, 115, 223) |
| HSL | hsl(288, 63%, 66%) |
| CMYK | cmyk(9%, 48%, 0%, 13%) |
| LAB | lab(61.8 51.0 -41.2) |
| LCH | lch(61.8 65.5 321.0) |
| OKLCH | oklch(0.692 0.176 319.6) |
Copy-ready code
/* CSS */
color: #ca73df;
background-color: #ca73df;
/* Tailwind (arbitrary) */
class="text-[#ca73df] bg-[#ca73df]"
/* SCSS */
$brand: #ca73df;
/* SwiftUI */
Color(red: 0.792, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#ca73df")Accessibility — WCAG contrast
Aa
#ca73df on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca73df on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green45.1%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta48.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ca73df text on a black background
contrast 7.03:1
Card sample
#ca73df text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca73df;
Background color
Panel with #ca73df background
background-color: #ca73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca73df; background: linear-gradient(135deg, #ca73df, #DF73AC);