#cb48cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 72, 207
HSL
298°, 58%, 55%
CMYK
2, 65, 0, 19
Luminance
0.2184
Every format
| HEX | #cb48cf |
| RGB | rgb(203, 72, 207) |
| HSL | hsl(298, 58%, 55%) |
| CMYK | cmyk(2%, 65%, 0%, 19%) |
| LAB | lab(53.9 67.9 -44.6) |
| LCH | lch(53.9 81.3 326.7) |
| OKLCH | oklch(0.631 0.225 326.6) |
Copy-ready code
/* CSS */
color: #cb48cf;
background-color: #cb48cf;
/* Tailwind (arbitrary) */
class="text-[#cb48cf] bg-[#cb48cf]"
/* SCSS */
$brand: #cb48cf;
/* SwiftUI */
Color(red: 0.796, green: 0.282, blue: 0.812)
/* Android */
Color.parseColor("#cb48cf")Accessibility — WCAG contrast
Aa
#cb48cf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb48cf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green28.2%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta65.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb48cf text on a black background
contrast 5.37:1
Card sample
#cb48cf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb48cf;
Background color
Panel with #cb48cf background
background-color: #cb48cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb48cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 72, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 72, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb48cf; background: linear-gradient(135deg, #cb48cf, #CF4879);