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