#cb28cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
203, 40, 207
HSL
299°, 68%, 48%
CMYK
2, 81, 0, 19
Luminance
0.1872
Every format
| HEX | #cb28cf |
| RGB | rgb(203, 40, 207) |
| HSL | hsl(299, 68%, 48%) |
| CMYK | cmyk(2%, 81%, 0%, 19%) |
| LAB | lab(50.4 77.9 -50.2) |
| LCH | lch(50.4 92.7 327.2) |
| OKLCH | oklch(0.606 0.257 327.1) |
Copy-ready code
/* CSS */
color: #cb28cf;
background-color: #cb28cf;
/* Tailwind (arbitrary) */
class="text-[#cb28cf] bg-[#cb28cf]"
/* SCSS */
$brand: #cb28cf;
/* SwiftUI */
Color(red: 0.796, green: 0.157, blue: 0.812)
/* Android */
Color.parseColor("#cb28cf")Accessibility — WCAG contrast
Aa
#cb28cf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb28cf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green15.7%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta80.7%
Yellow0.0%
Key (black)18.8%
Color previews
#cb28cf text on a black background
contrast 4.74:1
Card sample
#cb28cf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb28cf;
Background color
Panel with #cb28cf background
background-color: #cb28cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb28cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 40, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 40, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb28cf; background: linear-gradient(135deg, #cb28cf, #CF2864);