#cc81df
a light, vivid violet · warm · closest name: orchid
RGB
204, 129, 223
HSL
288°, 60%, 69%
CMYK
9, 42, 0, 13
Luminance
0.3387
Every format
| HEX | #cc81df |
| RGB | rgb(204, 129, 223) |
| HSL | hsl(288, 60%, 69%) |
| CMYK | cmyk(9%, 42%, 0%, 13%) |
| LAB | lab(64.9 44.2 -36.4) |
| LCH | lch(64.9 57.3 320.6) |
| OKLCH | oklch(0.715 0.154 319.3) |
Copy-ready code
/* CSS */
color: #cc81df;
background-color: #cc81df;
/* Tailwind (arbitrary) */
class="text-[#cc81df] bg-[#cc81df]"
/* SCSS */
$brand: #cc81df;
/* SwiftUI */
Color(red: 0.800, green: 0.506, blue: 0.875)
/* Android */
Color.parseColor("#cc81df")Accessibility — WCAG contrast
Aa
#cc81df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc81df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green50.6%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta42.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cc81df text on a black background
contrast 7.77:1
Card sample
#cc81df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc81df;
Background color
Panel with #cc81df background
background-color: #cc81df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc81df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 129, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 129, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc81df; background: linear-gradient(135deg, #cc81df, #DF81B3);