#cb48b1
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 72, 177
HSL
312°, 56%, 54%
CMYK
0, 65, 13, 20
Luminance
0.2051
Every format
| HEX | #cb48b1 |
| RGB | rgb(203, 72, 177) |
| HSL | hsl(312, 56%, 54%) |
| CMYK | cmyk(0%, 65%, 13%, 20%) |
| LAB | lab(52.4 63.1 -29.6) |
| LCH | lch(52.4 69.7 334.9) |
| OKLCH | oklch(0.616 0.202 336.5) |
Copy-ready code
/* CSS */
color: #cb48b1;
background-color: #cb48b1;
/* Tailwind (arbitrary) */
class="text-[#cb48b1] bg-[#cb48b1]"
/* SCSS */
$brand: #cb48b1;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.694)
/* Android */
Color.parseColor("#cb48b1")Accessibility — WCAG contrast
Aa
#cb48b1 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb48b1 on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta64.5%
Yellow12.8%
Key (black)20.4%
Color previews
#cb48b1 text on a black background
contrast 5.10:1
Card sample
#cb48b1 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb48b1;
Background color
Panel with #cb48b1 background
background-color: #cb48b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb48b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb48b1; background: linear-gradient(135deg, #cb48b1, #CB485A);