#c77fdf
a light, vivid violet · warm · closest name: orchid
RGB
199, 127, 223
HSL
285°, 60%, 69%
CMYK
11, 43, 0, 13
Luminance
0.3265
Every format
| HEX | #c77fdf |
| RGB | rgb(199, 127, 223) |
| HSL | hsl(285, 60%, 69%) |
| CMYK | cmyk(11%, 43%, 0%, 13%) |
| LAB | lab(63.9 43.8 -37.9) |
| LCH | lch(63.9 58.0 319.1) |
| OKLCH | oklch(0.707 0.154 317.3) |
Copy-ready code
/* CSS */
color: #c77fdf;
background-color: #c77fdf;
/* Tailwind (arbitrary) */
class="text-[#c77fdf] bg-[#c77fdf]"
/* SCSS */
$brand: #c77fdf;
/* SwiftUI */
Color(red: 0.780, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#c77fdf")Accessibility — WCAG contrast
Aa
#c77fdf on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c77fdf on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green49.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#c77fdf text on a black background
contrast 7.53:1
Card sample
#c77fdf text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c77fdf;
Background color
Panel with #c77fdf background
background-color: #c77fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c77fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c77fdf; background: linear-gradient(135deg, #c77fdf, #DF7FB7);