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