#cc88df
a light, vivid violet · warm · closest name: orchid
RGB
204, 136, 223
HSL
287°, 58%, 70%
CMYK
9, 39, 0, 13
Luminance
0.3577
Every format
| HEX | #cc88df |
| RGB | rgb(204, 136, 223) |
| HSL | hsl(287, 58%, 70%) |
| CMYK | cmyk(9%, 39%, 0%, 13%) |
| LAB | lab(66.3 40.5 -34.0) |
| LCH | lch(66.3 52.9 320.0) |
| OKLCH | oklch(0.726 0.142 318.7) |
Copy-ready code
/* CSS */
color: #cc88df;
background-color: #cc88df;
/* Tailwind (arbitrary) */
class="text-[#cc88df] bg-[#cc88df]"
/* SCSS */
$brand: #cc88df;
/* SwiftUI */
Color(red: 0.800, green: 0.533, blue: 0.875)
/* Android */
Color.parseColor("#cc88df")Accessibility — WCAG contrast
Aa
#cc88df on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cc88df on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green53.3%
Blue87.5%
CMYK percentages
Cyan8.5%
Magenta39.0%
Yellow0.0%
Key (black)12.5%
Color previews
#cc88df text on a black background
contrast 8.15:1
Card sample
#cc88df text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc88df;
Background color
Panel with #cc88df background
background-color: #cc88df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc88df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 136, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 136, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc88df; background: linear-gradient(135deg, #cc88df, #DF88B8);