#cc79cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
204, 121, 207
HSL
298°, 47%, 64%
CMYK
1, 42, 0, 19
Luminance
0.3102
Every format
| HEX | #cc79cf |
| RGB | rgb(204, 121, 207) |
| HSL | hsl(298, 47%, 64%) |
| CMYK | cmyk(1%, 42%, 0%, 19%) |
| LAB | lab(62.5 45.4 -31.0) |
| LCH | lch(62.5 55.0 325.6) |
| OKLCH | oklch(0.695 0.151 325.8) |
Copy-ready code
/* CSS */
color: #cc79cf;
background-color: #cc79cf;
/* Tailwind (arbitrary) */
class="text-[#cc79cf] bg-[#cc79cf]"
/* SCSS */
$brand: #cc79cf;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.812)
/* Android */
Color.parseColor("#cc79cf")Accessibility — WCAG contrast
Aa
#cc79cf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc79cf on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue81.2%
CMYK percentages
Cyan1.4%
Magenta41.5%
Yellow0.0%
Key (black)18.8%
Color previews
#cc79cf text on a black background
contrast 7.20:1
Card sample
#cc79cf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc79cf;
Background color
Panel with #cc79cf background
background-color: #cc79cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc79cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc79cf; background: linear-gradient(135deg, #cc79cf, #CF7999);