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