#cb95cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 149, 207
HSL
296°, 38%, 70%
CMYK
2, 28, 0, 19
Luminance
0.3870
Every format
| HEX | #cb95cf |
| RGB | rgb(203, 149, 207) |
| HSL | hsl(296, 38%, 70%) |
| CMYK | cmyk(2%, 28%, 0%, 19%) |
| LAB | lab(68.5 30.0 -21.8) |
| LCH | lch(68.5 37.1 324.0) |
| OKLCH | oklch(0.741 0.101 324.2) |
Copy-ready code
/* CSS */
color: #cb95cf;
background-color: #cb95cf;
/* Tailwind (arbitrary) */
class="text-[#cb95cf] bg-[#cb95cf]"
/* SCSS */
$brand: #cb95cf;
/* SwiftUI */
Color(red: 0.796, green: 0.584, blue: 0.812)
/* Android */
Color.parseColor("#cb95cf")Accessibility — WCAG contrast
Aa
#cb95cf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb95cf on black: 8.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green58.4%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta28.0%
Yellow0.0%
Key (black)18.8%
Color previews
#cb95cf text on a black background
contrast 8.74:1
Card sample
#cb95cf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb95cf;
Background color
Panel with #cb95cf background
background-color: #cb95cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb95cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 149, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 149, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb95cf; background: linear-gradient(135deg, #cb95cf, #CF95AC);