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