#cc84df
a light, vivid violet · warm · closest name: orchid
RGB
204, 132, 223
HSL
288°, 59%, 70%
CMYK
9, 41, 0, 13
Luminance
0.3467
Every format
| HEX | #cc84df |
| RGB | rgb(204, 132, 223) |
| HSL | hsl(288, 59%, 70%) |
| CMYK | cmyk(9%, 41%, 0%, 13%) |
| LAB | lab(65.5 42.6 -35.4) |
| LCH | lch(65.5 55.4 320.3) |
| OKLCH | oklch(0.720 0.148 319.1) |
Copy-ready code
/* CSS */
color: #cc84df;
background-color: #cc84df;
/* Tailwind (arbitrary) */
class="text-[#cc84df] bg-[#cc84df]"
/* SCSS */
$brand: #cc84df;
/* SwiftUI */
Color(red: 0.800, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#cc84df")Accessibility — WCAG contrast
Aa
#cc84df on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc84df on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green51.8%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#cc84df text on a black background
contrast 7.93:1
Card sample
#cc84df text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc84df;
Background color
Panel with #cc84df background
background-color: #cc84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc84df; background: linear-gradient(135deg, #cc84df, #DF84B5);