#cb2fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 47, 186
HSL
307°, 62%, 49%
CMYK
0, 77, 8, 20
Luminance
0.1827
Every format
| HEX | #cb2fba |
| RGB | rgb(203, 47, 186) |
| HSL | hsl(307, 62%, 49%) |
| CMYK | cmyk(0%, 77%, 8%, 20%) |
| LAB | lab(49.8 72.9 -38.9) |
| LCH | lch(49.8 82.7 331.9) |
| OKLCH | oklch(0.599 0.236 333.1) |
Copy-ready code
/* CSS */
color: #cb2fba;
background-color: #cb2fba;
/* Tailwind (arbitrary) */
class="text-[#cb2fba] bg-[#cb2fba]"
/* SCSS */
$brand: #cb2fba;
/* SwiftUI */
Color(red: 0.796, green: 0.184, blue: 0.729)
/* Android */
Color.parseColor("#cb2fba")Accessibility — WCAG contrast
Aa
#cb2fba on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cb2fba on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green18.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta76.8%
Yellow8.4%
Key (black)20.4%
Color previews
#cb2fba text on a black background
contrast 4.65:1
Card sample
#cb2fba text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb2fba;
Background color
Panel with #cb2fba background
background-color: #cb2fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb2fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 47, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 47, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb2fba; background: linear-gradient(135deg, #cb2fba, #CB2F52);