#b74fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
183, 79, 186
HSL
298°, 44%, 52%
CMYK
2, 58, 0, 27
Luminance
0.1920
Every format
| HEX | #b74fba |
| RGB | rgb(183, 79, 186) |
| HSL | hsl(298, 44%, 52%) |
| CMYK | cmyk(2%, 58%, 0%, 27%) |
| LAB | lab(50.9 56.4 -37.4) |
| LCH | lch(50.9 67.6 326.5) |
| OKLCH | oklch(0.601 0.187 326.5) |
Copy-ready code
/* CSS */
color: #b74fba;
background-color: #b74fba;
/* Tailwind (arbitrary) */
class="text-[#b74fba] bg-[#b74fba]"
/* SCSS */
$brand: #b74fba;
/* SwiftUI */
Color(red: 0.718, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#b74fba")Accessibility — WCAG contrast
Aa
#b74fba on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b74fba on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green31.0%
Blue72.9%
CMYK percentages
Cyan1.6%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#b74fba text on a black background
contrast 4.84:1
Card sample
#b74fba text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b74fba;
Background color
Panel with #b74fba background
background-color: #b74fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b74fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b74fba; background: linear-gradient(135deg, #b74fba, #BA4F76);