#cb93cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 147, 207
HSL
296°, 39%, 69%
CMYK
2, 29, 0, 19
Luminance
0.3807
Every format
| HEX | #cb93cf |
| RGB | rgb(203, 147, 207) |
| HSL | hsl(296, 39%, 69%) |
| CMYK | cmyk(2%, 29%, 0%, 19%) |
| LAB | lab(68.1 31.1 -22.5) |
| LCH | lch(68.1 38.4 324.1) |
| OKLCH | oklch(0.737 0.105 324.3) |
Copy-ready code
/* CSS */
color: #cb93cf;
background-color: #cb93cf;
/* Tailwind (arbitrary) */
class="text-[#cb93cf] bg-[#cb93cf]"
/* SCSS */
$brand: #cb93cf;
/* SwiftUI */
Color(red: 0.796, green: 0.576, blue: 0.812)
/* Android */
Color.parseColor("#cb93cf")Accessibility — WCAG contrast
Aa
#cb93cf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb93cf on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green57.6%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta29.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cb93cf text on a black background
contrast 8.61:1
Card sample
#cb93cf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb93cf;
Background color
Panel with #cb93cf background
background-color: #cb93cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb93cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 147, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 147, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb93cf; background: linear-gradient(135deg, #cb93cf, #CF93AB);