#b044ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 68, 172
HSL
302°, 44%, 48%
CMYK
0, 61, 2, 31
Luminance
0.1634
Every format
| HEX | #b044ac |
| RGB | rgb(176, 68, 172) |
| HSL | hsl(302, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 2%, 31%) |
| LAB | lab(47.4 57.0 -34.8) |
| LCH | lch(47.4 66.8 328.6) |
| OKLCH | oklch(0.571 0.187 329.2) |
Copy-ready code
/* CSS */
color: #b044ac;
background-color: #b044ac;
/* Tailwind (arbitrary) */
class="text-[#b044ac] bg-[#b044ac]"
/* SCSS */
$brand: #b044ac;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.675)
/* Android */
Color.parseColor("#b044ac")Accessibility — WCAG contrast
Aa
#b044ac on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b044ac on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow2.3%
Key (black)31.0%
Color previews
#b044ac text on a black background
contrast 4.27:1
Card sample
#b044ac text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044ac;
Background color
Panel with #b044ac background
background-color: #b044ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044ac; background: linear-gradient(135deg, #b044ac, #B04464);