#ca77df
a light, vivid violet · warm · closest name: orchid
RGB
202, 119, 223
HSL
288°, 62%, 67%
CMYK
9, 47, 0, 13
Luminance
0.3108
Every format
| HEX | #ca77df |
| RGB | rgb(202, 119, 223) |
| HSL | hsl(288, 62%, 67%) |
| CMYK | cmyk(9%, 47%, 0%, 13%) |
| LAB | lab(62.6 48.9 -39.9) |
| LCH | lch(62.6 63.1 320.8) |
| OKLCH | oklch(0.698 0.169 319.3) |
Copy-ready code
/* CSS */
color: #ca77df;
background-color: #ca77df;
/* Tailwind (arbitrary) */
class="text-[#ca77df] bg-[#ca77df]"
/* SCSS */
$brand: #ca77df;
/* SwiftUI */
Color(red: 0.792, green: 0.467, blue: 0.875)
/* Android */
Color.parseColor("#ca77df")Accessibility — WCAG contrast
Aa
#ca77df on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca77df on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green46.7%
Blue87.5%
CMYK percentages
Cyan9.4%
Magenta46.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ca77df text on a black background
contrast 7.22:1
Card sample
#ca77df text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca77df;
Background color
Panel with #ca77df background
background-color: #ca77df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca77df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 119, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 119, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca77df; background: linear-gradient(135deg, #ca77df, #DF77AF);