#ca77cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
202, 119, 204
HSL
299°, 46%, 63%
CMYK
1, 42, 0, 20
Luminance
0.3011
Every format
| HEX | #ca77cc |
| RGB | rgb(202, 119, 204) |
| HSL | hsl(299, 46%, 63%) |
| CMYK | cmyk(1%, 42%, 0%, 20%) |
| LAB | lab(61.8 45.3 -30.6) |
| LCH | lch(61.8 54.6 326.0) |
| OKLCH | oklch(0.689 0.150 326.2) |
Copy-ready code
/* CSS */
color: #ca77cc;
background-color: #ca77cc;
/* Tailwind (arbitrary) */
class="text-[#ca77cc] bg-[#ca77cc]"
/* SCSS */
$brand: #ca77cc;
/* SwiftUI */
Color(red: 0.792, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#ca77cc")Accessibility — WCAG contrast
Aa
#ca77cc on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ca77cc on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green46.7%
Blue80.0%
CMYK percentages
Cyan1.0%
Magenta41.7%
Yellow0.0%
Key (black)20.0%
Color previews
#ca77cc text on a black background
contrast 7.02:1
Card sample
#ca77cc text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca77cc;
Background color
Panel with #ca77cc background
background-color: #ca77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca77cc; background: linear-gradient(135deg, #ca77cc, #CC7795);