#cc76cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 118, 207
HSL
298°, 48%, 64%
CMYK
1, 43, 0, 19
Luminance
0.3030
Every format
| HEX | #cc76cf |
| RGB | rgb(204, 118, 207) |
| HSL | hsl(298, 48%, 64%) |
| CMYK | cmyk(1%, 43%, 0%, 19%) |
| LAB | lab(61.9 46.9 -32.0) |
| LCH | lch(61.9 56.8 325.7) |
| OKLCH | oklch(0.691 0.156 325.9) |
Copy-ready code
/* CSS */
color: #cc76cf;
background-color: #cc76cf;
/* Tailwind (arbitrary) */
class="text-[#cc76cf] bg-[#cc76cf]"
/* SCSS */
$brand: #cc76cf;
/* SwiftUI */
Color(red: 0.800, green: 0.463, blue: 0.812)
/* Android */
Color.parseColor("#cc76cf")Accessibility — WCAG contrast
Aa
#cc76cf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc76cf on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green46.3%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta43.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cc76cf text on a black background
contrast 7.06:1
Card sample
#cc76cf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc76cf;
Background color
Panel with #cc76cf background
background-color: #cc76cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc76cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 118, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 118, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc76cf; background: linear-gradient(135deg, #cc76cf, #CF7697);