#b1638a
a balanced, soft magenta / pink · warm · closest name: plum
RGB
177, 99, 138
HSL
330°, 33%, 54%
CMYK
0, 44, 22, 31
Luminance
0.2011
Every format
| HEX | #b1638a |
| RGB | rgb(177, 99, 138) |
| HSL | hsl(330, 33%, 54%) |
| CMYK | cmyk(0%, 44%, 22%, 31%) |
| LAB | lab(52.0 36.5 -7.7) |
| LCH | lch(52.0 37.3 348.1) |
| OKLCH | oklch(0.600 0.111 349.6) |
Copy-ready code
/* CSS */
color: #b1638a;
background-color: #b1638a;
/* Tailwind (arbitrary) */
class="text-[#b1638a] bg-[#b1638a]"
/* SCSS */
$brand: #b1638a;
/* SwiftUI */
Color(red: 0.694, green: 0.388, blue: 0.541)
/* Android */
Color.parseColor("#b1638a")Accessibility — WCAG contrast
Aa
#b1638a on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b1638a on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green38.8%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta44.1%
Yellow22.0%
Key (black)30.6%
Color previews
#b1638a text on a black background
contrast 5.02:1
Card sample
#b1638a text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1638a;
Background color
Panel with #b1638a background
background-color: #b1638a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1638a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 99, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 99, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1638a; background: linear-gradient(135deg, #b1638a, #B17063);