#c077cf
a balanced, vivid violet · warm · closest name: orchid
RGB
192, 119, 207
HSL
290°, 48%, 64%
CMYK
7, 43, 0, 19
Luminance
0.2891
Every format
| HEX | #c077cf |
| RGB | rgb(192, 119, 207) |
| HSL | hsl(290, 48%, 64%) |
| CMYK | cmyk(7%, 43%, 0%, 19%) |
| LAB | lab(60.7 42.8 -34.0) |
| LCH | lch(60.7 54.7 321.6) |
| OKLCH | oklch(0.679 0.147 320.6) |
Copy-ready code
/* CSS */
color: #c077cf;
background-color: #c077cf;
/* Tailwind (arbitrary) */
class="text-[#c077cf] bg-[#c077cf]"
/* SCSS */
$brand: #c077cf;
/* SwiftUI */
Color(red: 0.753, green: 0.467, blue: 0.812)
/* Android */
Color.parseColor("#c077cf")Accessibility — WCAG contrast
Aa
#c077cf on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c077cf on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green46.7%
Blue81.2%
CMYK percentages
Cyan7.2%
Magenta42.5%
Yellow0.0%
Key (black)18.8%
Color previews
#c077cf text on a black background
contrast 6.78:1
Card sample
#c077cf text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c077cf;
Background color
Panel with #c077cf background
background-color: #c077cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c077cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 119, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 119, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c077cf; background: linear-gradient(135deg, #c077cf, #CF77A3);