#cb4fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 79, 186
HSL
308°, 54%, 55%
CMYK
0, 61, 8, 20
Luminance
0.2183
Every format
| HEX | #cb4fba |
| RGB | rgb(203, 79, 186) |
| HSL | hsl(308, 54%, 55%) |
| CMYK | cmyk(0%, 61%, 8%, 20%) |
| LAB | lab(53.9 61.6 -32.6) |
| LCH | lch(53.9 69.7 332.1) |
| OKLCH | oklch(0.628 0.199 333.4) |
Copy-ready code
/* CSS */
color: #cb4fba;
background-color: #cb4fba;
/* Tailwind (arbitrary) */
class="text-[#cb4fba] bg-[#cb4fba]"
/* SCSS */
$brand: #cb4fba;
/* SwiftUI */
Color(red: 0.796, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#cb4fba")Accessibility — WCAG contrast
Aa
#cb4fba on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb4fba on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta61.1%
Yellow8.4%
Key (black)20.4%
Color previews
#cb4fba text on a black background
contrast 5.37:1
Card sample
#cb4fba text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb4fba;
Background color
Panel with #cb4fba background
background-color: #cb4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb4fba; background: linear-gradient(135deg, #cb4fba, #CB4F67);