#cb49d8
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 73, 216
HSL
295°, 65%, 57%
CMYK
6, 66, 0, 15
Luminance
0.2242
Every format
| HEX | #cb49d8 |
| RGB | rgb(203, 73, 216) |
| HSL | hsl(295, 65%, 57%) |
| CMYK | cmyk(6%, 66%, 0%, 15%) |
| LAB | lab(54.5 69.1 -48.8) |
| LCH | lch(54.5 84.6 324.8) |
| OKLCH | oklch(0.637 0.231 324.0) |
Copy-ready code
/* CSS */
color: #cb49d8;
background-color: #cb49d8;
/* Tailwind (arbitrary) */
class="text-[#cb49d8] bg-[#cb49d8]"
/* SCSS */
$brand: #cb49d8;
/* SwiftUI */
Color(red: 0.796, green: 0.286, blue: 0.847)
/* Android */
Color.parseColor("#cb49d8")Accessibility — WCAG contrast
Aa
#cb49d8 on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb49d8 on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.6%
Blue84.7%
CMYK percentages
Cyan6.0%
Magenta66.2%
Yellow0.0%
Key (black)15.3%
Color previews
#cb49d8 text on a black background
contrast 5.48:1
Card sample
#cb49d8 text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb49d8;
Background color
Panel with #cb49d8 background
background-color: #cb49d8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb49d8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 73, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 73, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb49d8; background: linear-gradient(135deg, #cb49d8, #D84986);