#c76fdf
a light, vivid violet · warm · closest name: orchid
RGB
199, 111, 223
HSL
287°, 64%, 66%
CMYK
11, 50, 0, 13
Luminance
0.2884
Every format
| HEX | #c76fdf |
| RGB | rgb(199, 111, 223) |
| HSL | hsl(287, 64%, 66%) |
| CMYK | cmyk(11%, 50%, 0%, 13%) |
| LAB | lab(60.6 52.2 -43.0) |
| LCH | lch(60.6 67.6 320.5) |
| OKLCH | oklch(0.682 0.181 318.7) |
Copy-ready code
/* CSS */
color: #c76fdf;
background-color: #c76fdf;
/* Tailwind (arbitrary) */
class="text-[#c76fdf] bg-[#c76fdf]"
/* SCSS */
$brand: #c76fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#c76fdf")Accessibility — WCAG contrast
Aa
#c76fdf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c76fdf on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.5%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c76fdf text on a black background
contrast 6.77:1
Card sample
#c76fdf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c76fdf;
Background color
Panel with #c76fdf background
background-color: #c76fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c76fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c76fdf; background: linear-gradient(135deg, #c76fdf, #DF6FAC);