#c76fd8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 111, 216
HSL
290°, 57%, 64%
CMYK
8, 49, 0, 15
Luminance
0.2847
Every format
| HEX | #c76fd8 |
| RGB | rgb(199, 111, 216) |
| HSL | hsl(290, 57%, 64%) |
| CMYK | cmyk(8%, 49%, 0%, 15%) |
| LAB | lab(60.3 50.8 -39.6) |
| LCH | lch(60.3 64.4 322.1) |
| OKLCH | oklch(0.679 0.174 321.0) |
Copy-ready code
/* CSS */
color: #c76fd8;
background-color: #c76fd8;
/* Tailwind (arbitrary) */
class="text-[#c76fd8] bg-[#c76fd8]"
/* SCSS */
$brand: #c76fd8;
/* SwiftUI */
Color(red: 0.780, green: 0.435, blue: 0.847)
/* Android */
Color.parseColor("#c76fd8")Accessibility — WCAG contrast
Aa
#c76fd8 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76fd8 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.5%
Blue84.7%
CMYK percentages
Cyan7.9%
Magenta48.6%
Yellow0.0%
Key (black)15.3%
Color previews
#c76fd8 text on a black background
contrast 6.69:1
Card sample
#c76fd8 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76fd8;
Background color
Panel with #c76fd8 background
background-color: #c76fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 111, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 111, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76fd8; background: linear-gradient(135deg, #c76fd8, #D86FA3);