#cb89df
a light, vivid violet · warm · closest name: plum
RGB
203, 137, 223
HSL
286°, 57%, 71%
CMYK
9, 39, 0, 13
Luminance
0.3592
Every format
| HEX | #cb89df |
| RGB | rgb(203, 137, 223) |
| HSL | hsl(286, 57%, 71%) |
| CMYK | cmyk(9%, 39%, 0%, 13%) |
| LAB | lab(66.5 39.7 -33.9) |
| LCH | lch(66.5 52.2 319.5) |
| OKLCH | oklch(0.727 0.140 318.1) |
Copy-ready code
/* CSS */
color: #cb89df;
background-color: #cb89df;
/* Tailwind (arbitrary) */
class="text-[#cb89df] bg-[#cb89df]"
/* SCSS */
$brand: #cb89df;
/* SwiftUI */
Color(red: 0.796, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#cb89df")Accessibility — WCAG contrast
Aa
#cb89df on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb89df on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green53.7%
Blue87.5%
CMYK percentages
Cyan9.0%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cb89df text on a black background
contrast 8.18:1
Card sample
#cb89df text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb89df;
Background color
Panel with #cb89df background
background-color: #cb89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb89df; background: linear-gradient(135deg, #cb89df, #DF89BA);