#cb88d3
a light, vivid magenta / pink · warm · closest name: plum
RGB
203, 136, 211
HSL
294°, 46%, 68%
CMYK
4, 36, 0, 17
Luminance
0.3501
Every format
| HEX | #cb88d3 |
| RGB | rgb(203, 136, 211) |
| HSL | hsl(294, 46%, 68%) |
| CMYK | cmyk(4%, 36%, 0%, 17%) |
| LAB | lab(65.8 37.9 -28.3) |
| LCH | lch(65.8 47.3 323.2) |
| OKLCH | oklch(0.720 0.128 323.0) |
Copy-ready code
/* CSS */
color: #cb88d3;
background-color: #cb88d3;
/* Tailwind (arbitrary) */
class="text-[#cb88d3] bg-[#cb88d3]"
/* SCSS */
$brand: #cb88d3;
/* SwiftUI */
Color(red: 0.796, green: 0.533, blue: 0.827)
/* Android */
Color.parseColor("#cb88d3")Accessibility — WCAG contrast
Aa
#cb88d3 on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb88d3 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.3%
Blue82.7%
CMYK percentages
Cyan3.8%
Magenta35.5%
Yellow0.0%
Key (black)17.3%
Color previews
#cb88d3 text on a black background
contrast 8.00:1
Card sample
#cb88d3 text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb88d3;
Background color
Panel with #cb88d3 background
background-color: #cb88d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb88d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 136, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 136, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb88d3; background: linear-gradient(135deg, #cb88d3, #D388A9);