#c773c7
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
199, 115, 199
HSL
300°, 43%, 62%
CMYK
0, 42, 0, 22
Luminance
0.2853
Every format
| HEX | #c773c7 |
| RGB | rgb(199, 115, 199) |
| HSL | hsl(300, 43%, 62%) |
| CMYK | cmyk(0%, 42%, 0%, 22%) |
| LAB | lab(60.4 45.5 -29.9) |
| LCH | lch(60.4 54.5 326.7) |
| OKLCH | oklch(0.677 0.150 327.1) |
Copy-ready code
/* CSS */
color: #c773c7;
background-color: #c773c7;
/* Tailwind (arbitrary) */
class="text-[#c773c7] bg-[#c773c7]"
/* SCSS */
$brand: #c773c7;
/* SwiftUI */
Color(red: 0.780, green: 0.451, blue: 0.780)
/* Android */
Color.parseColor("#c773c7")Accessibility — WCAG contrast
Aa
#c773c7 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c773c7 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green45.1%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow0.0%
Key (black)22.0%
Color previews
#c773c7 text on a black background
contrast 6.71:1
Card sample
#c773c7 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c773c7;
Background color
Panel with #c773c7 background
background-color: #c773c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c773c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 115, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 115, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c773c7; background: linear-gradient(135deg, #c773c7, #C7738F);