#c77ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 124, 207
HSL
294°, 46%, 65%
CMYK
4, 40, 0, 19
Luminance
0.3106
Every format
| HEX | #c77ccf |
| RGB | rgb(199, 124, 207) |
| HSL | hsl(294, 46%, 65%) |
| CMYK | cmyk(4%, 40%, 0%, 19%) |
| LAB | lab(62.6 42.3 -31.0) |
| LCH | lch(62.6 52.4 323.7) |
| OKLCH | oklch(0.694 0.143 323.5) |
Copy-ready code
/* CSS */
color: #c77ccf;
background-color: #c77ccf;
/* Tailwind (arbitrary) */
class="text-[#c77ccf] bg-[#c77ccf]"
/* SCSS */
$brand: #c77ccf;
/* SwiftUI */
Color(red: 0.780, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#c77ccf")Accessibility — WCAG contrast
Aa
#c77ccf on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77ccf on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green48.6%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#c77ccf text on a black background
contrast 7.21:1
Card sample
#c77ccf text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77ccf;
Background color
Panel with #c77ccf background
background-color: #c77ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77ccf; background: linear-gradient(135deg, #c77ccf, #CF7CA0);