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