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