#cb87df
a light, vivid violet · warm · closest name: orchid
RGB
203, 135, 223
HSL
286°, 58%, 70%
CMYK
9, 40, 0, 13
Luminance
0.3535
Every format
| HEX | #cb87df |
| RGB | rgb(203, 135, 223) |
| HSL | hsl(286, 58%, 70%) |
| CMYK | cmyk(9%, 40%, 0%, 13%) |
| LAB | lab(66.0 40.7 -34.5) |
| LCH | lch(66.0 53.4 319.7) |
| OKLCH | oklch(0.724 0.143 318.3) |
Copy-ready code
/* CSS */
color: #cb87df;
background-color: #cb87df;
/* Tailwind (arbitrary) */
class="text-[#cb87df] bg-[#cb87df]"
/* SCSS */
$brand: #cb87df;
/* SwiftUI */
Color(red: 0.796, green: 0.529, blue: 0.875)
/* Android */
Color.parseColor("#cb87df")Accessibility — WCAG contrast
Aa
#cb87df on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb87df on black: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green52.9%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta39.5%
Yellow0.0%
Key (black)12.5%
Color previews
#cb87df text on a black background
contrast 8.07:1
Card sample
#cb87df text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb87df;
Background color
Panel with #cb87df background
background-color: #cb87df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb87df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 135, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 135, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb87df; background: linear-gradient(135deg, #cb87df, #DF87B8);