#c77fcf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
199, 127, 207
HSL
294°, 46%, 66%
CMYK
4, 39, 0, 19
Luminance
0.3183
Every format
| HEX | #c77fcf |
| RGB | rgb(199, 127, 207) |
| HSL | hsl(294, 46%, 66%) |
| CMYK | cmyk(4%, 39%, 0%, 19%) |
| LAB | lab(63.2 40.7 -30.0) |
| LCH | lch(63.2 50.6 323.6) |
| OKLCH | oklch(0.699 0.138 323.3) |
Copy-ready code
/* CSS */
color: #c77fcf;
background-color: #c77fcf;
/* Tailwind (arbitrary) */
class="text-[#c77fcf] bg-[#c77fcf]"
/* SCSS */
$brand: #c77fcf;
/* SwiftUI */
Color(red: 0.780, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#c77fcf")Accessibility — WCAG contrast
Aa
#c77fcf on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77fcf on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.8%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#c77fcf text on a black background
contrast 7.37:1
Card sample
#c77fcf text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77fcf;
Background color
Panel with #c77fcf background
background-color: #c77fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77fcf; background: linear-gradient(135deg, #c77fcf, #CF7FA2);