#c770cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
199, 112, 207
HSL
295°, 50%, 63%
CMYK
4, 46, 0, 19
Luminance
0.2824
Every format
| HEX | #c770cf |
| RGB | rgb(199, 112, 207) |
| HSL | hsl(295, 50%, 63%) |
| CMYK | cmyk(4%, 46%, 0%, 19%) |
| LAB | lab(60.1 48.6 -34.9) |
| LCH | lch(60.1 59.8 324.3) |
| OKLCH | oklch(0.676 0.163 324.0) |
Copy-ready code
/* CSS */
color: #c770cf;
background-color: #c770cf;
/* Tailwind (arbitrary) */
class="text-[#c770cf] bg-[#c770cf]"
/* SCSS */
$brand: #c770cf;
/* SwiftUI */
Color(red: 0.780, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#c770cf")Accessibility — WCAG contrast
Aa
#c770cf on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c770cf on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green43.9%
Blue81.2%
CMYK percentages
Cyan3.9%
Magenta45.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c770cf text on a black background
contrast 6.65:1
Card sample
#c770cf text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c770cf;
Background color
Panel with #c770cf background
background-color: #c770cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c770cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c770cf; background: linear-gradient(135deg, #c770cf, #CF7098);