#cb2f5b
a balanced, vivid magenta / pink · warm · closest name: crimson
RGB
203, 47, 91
HSL
343°, 62%, 49%
CMYK
0, 77, 55, 20
Luminance
0.1548
Every format
| HEX | #cb2f5b |
| RGB | rgb(203, 47, 91) |
| HSL | hsl(343, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 55%, 20%) |
| LAB | lab(46.3 62.3 13.1) |
| LCH | lch(46.3 63.7 11.8) |
| OKLCH | oklch(0.562 0.192 9.9) |
Copy-ready code
/* CSS */
color: #cb2f5b;
background-color: #cb2f5b;
/* Tailwind (arbitrary) */
class="text-[#cb2f5b] bg-[#cb2f5b]"
/* SCSS */
$brand: #cb2f5b;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.357)
/* Android */
Color.parseColor("#cb2f5b")Accessibility — WCAG contrast
Aa
#cb2f5b on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2f5b on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow55.2%
Key (black)20.4%
Color previews
#cb2f5b text on a black background
contrast 4.10:1
Card sample
#cb2f5b text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2f5b;
Background color
Panel with #cb2f5b background
background-color: #cb2f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2f5b; background: linear-gradient(135deg, #cb2f5b, #CB6B2F);