#cc79df
a light, vivid violet · warm · closest name: orchid
RGB
204, 121, 223
HSL
289°, 61%, 68%
CMYK
9, 46, 0, 13
Luminance
0.3184
Every format
| HEX | #cc79df |
| RGB | rgb(204, 121, 223) |
| HSL | hsl(289, 61%, 68%) |
| CMYK | cmyk(9%, 46%, 0%, 13%) |
| LAB | lab(63.2 48.4 -38.9) |
| LCH | lch(63.2 62.1 321.2) |
| OKLCH | oklch(0.703 0.167 320.0) |
Copy-ready code
/* CSS */
color: #cc79df;
background-color: #cc79df;
/* Tailwind (arbitrary) */
class="text-[#cc79df] bg-[#cc79df]"
/* SCSS */
$brand: #cc79df;
/* SwiftUI */
Color(red: 0.800, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#cc79df")Accessibility — WCAG contrast
Aa
#cc79df on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc79df on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green47.5%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#cc79df text on a black background
contrast 7.37:1
Card sample
#cc79df text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc79df;
Background color
Panel with #cc79df background
background-color: #cc79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc79df; background: linear-gradient(135deg, #cc79df, #DF79AE);