#cb90cf
a light, soft magenta / pink · warm · closest name: plum
RGB
203, 144, 207
HSL
296°, 40%, 69%
CMYK
2, 30, 0, 19
Luminance
0.3715
Every format
| HEX | #cb90cf |
| RGB | rgb(203, 144, 207) |
| HSL | hsl(296, 40%, 69%) |
| CMYK | cmyk(2%, 30%, 0%, 19%) |
| LAB | lab(67.4 32.7 -23.6) |
| LCH | lch(67.4 40.3 324.3) |
| OKLCH | oklch(0.732 0.110 324.5) |
Copy-ready code
/* CSS */
color: #cb90cf;
background-color: #cb90cf;
/* Tailwind (arbitrary) */
class="text-[#cb90cf] bg-[#cb90cf]"
/* SCSS */
$brand: #cb90cf;
/* SwiftUI */
Color(red: 0.796, green: 0.565, blue: 0.812)
/* Android */
Color.parseColor("#cb90cf")Accessibility — WCAG contrast
Aa
#cb90cf on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb90cf on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green56.5%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta30.4%
Yellow0.0%
Key (black)18.8%
Color previews
#cb90cf text on a black background
contrast 8.43:1
Card sample
#cb90cf text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb90cf;
Background color
Panel with #cb90cf background
background-color: #cb90cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb90cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 144, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 144, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb90cf; background: linear-gradient(135deg, #cb90cf, #CF90A9);