#cb2f7f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 127
HSL
329°, 62%, 49%
CMYK
0, 77, 37, 20
Luminance
0.1626
Every format
| HEX | #cb2f7f |
| RGB | rgb(203, 47, 127) |
| HSL | hsl(329, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 37%, 20%) |
| LAB | lab(47.3 65.5 -7.6) |
| LCH | lch(47.3 66.0 353.4) |
| OKLCH | oklch(0.573 0.202 354.6) |
Copy-ready code
/* CSS */
color: #cb2f7f;
background-color: #cb2f7f;
/* Tailwind (arbitrary) */
class="text-[#cb2f7f] bg-[#cb2f7f]"
/* SCSS */
$brand: #cb2f7f;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.498)
/* Android */
Color.parseColor("#cb2f7f")Accessibility — WCAG contrast
Aa
#cb2f7f on white: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2f7f on black: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow37.4%
Key (black)20.4%
Color previews
#cb2f7f text on a black background
contrast 4.25:1
Card sample
#cb2f7f text on a white background
contrast 4.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2f7f;
Background color
Panel with #cb2f7f background
background-color: #cb2f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2f7f; background: linear-gradient(135deg, #cb2f7f, #CB472F);