#cb2f8f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 143
HSL
323°, 62%, 49%
CMYK
0, 77, 30, 20
Luminance
0.1671
Every format
| HEX | #cb2f8f |
| RGB | rgb(203, 47, 143) |
| HSL | hsl(323, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 30%, 20%) |
| LAB | lab(47.9 67.3 -16.4) |
| LCH | lch(47.9 69.2 346.3) |
| OKLCH | oklch(0.579 0.210 348.1) |
Copy-ready code
/* CSS */
color: #cb2f8f;
background-color: #cb2f8f;
/* Tailwind (arbitrary) */
class="text-[#cb2f8f] bg-[#cb2f8f]"
/* SCSS */
$brand: #cb2f8f;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.561)
/* Android */
Color.parseColor("#cb2f8f")Accessibility — WCAG contrast
Aa
#cb2f8f on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2f8f on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow29.6%
Key (black)20.4%
Color previews
#cb2f8f text on a black background
contrast 4.34:1
Card sample
#cb2f8f text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2f8f;
Background color
Panel with #cb2f8f background
background-color: #cb2f8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2f8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2f8f; background: linear-gradient(135deg, #cb2f8f, #CB372F);