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