#b83acf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
184, 58, 207
HSL
291°, 61%, 52%
CMYK
11, 72, 0, 19
Luminance
0.1772
Every format
| HEX | #b83acf |
| RGB | rgb(184, 58, 207) |
| HSL | hsl(291, 61%, 52%) |
| CMYK | cmyk(11%, 72%, 0%, 19%) |
| LAB | lab(49.2 68.9 -52.3) |
| LCH | lch(49.2 86.5 322.8) |
| OKLCH | oklch(0.592 0.232 321.0) |
Copy-ready code
/* CSS */
color: #b83acf;
background-color: #b83acf;
/* Tailwind (arbitrary) */
class="text-[#b83acf] bg-[#b83acf]"
/* SCSS */
$brand: #b83acf;
/* SwiftUI */
Color(red: 0.722, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#b83acf")Accessibility — WCAG contrast
Aa
#b83acf on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b83acf on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green22.7%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b83acf text on a black background
contrast 4.54:1
Card sample
#b83acf text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b83acf;
Background color
Panel with #b83acf background
background-color: #b83acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b83acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b83acf; background: linear-gradient(135deg, #b83acf, #CF3A83);