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