#c83fba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
200, 63, 186
HSL
306°, 56%, 52%
CMYK
0, 69, 7, 22
Luminance
0.1938
Every format
| HEX | #c83fba |
| RGB | rgb(200, 63, 186) |
| HSL | hsl(306, 56%, 52%) |
| CMYK | cmyk(0%, 69%, 7%, 22%) |
| LAB | lab(51.1 67.2 -36.9) |
| LCH | lch(51.1 76.6 331.2) |
| OKLCH | oklch(0.607 0.218 332.3) |
Copy-ready code
/* CSS */
color: #c83fba;
background-color: #c83fba;
/* Tailwind (arbitrary) */
class="text-[#c83fba] bg-[#c83fba]"
/* SCSS */
$brand: #c83fba;
/* SwiftUI */
Color(red: 0.784, green: 0.247, blue: 0.729)
/* Android */
Color.parseColor("#c83fba")Accessibility — WCAG contrast
Aa
#c83fba on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c83fba on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green24.7%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow7.0%
Key (black)21.6%
Color previews
#c83fba text on a black background
contrast 4.88:1
Card sample
#c83fba text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83fba;
Background color
Panel with #c83fba background
background-color: #c83fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 63, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 63, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83fba; background: linear-gradient(135deg, #c83fba, #C83F5F);