#b044af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
176, 68, 175
HSL
301°, 44%, 48%
CMYK
0, 61, 1, 31
Luminance
0.1646
Every format
| HEX | #b044af |
| RGB | rgb(176, 68, 175) |
| HSL | hsl(301, 44%, 48%) |
| CMYK | cmyk(0%, 61%, 1%, 31%) |
| LAB | lab(47.6 57.5 -36.3) |
| LCH | lch(47.6 68.0 327.7) |
| OKLCH | oklch(0.572 0.189 328.1) |
Copy-ready code
/* CSS */
color: #b044af;
background-color: #b044af;
/* Tailwind (arbitrary) */
class="text-[#b044af] bg-[#b044af]"
/* SCSS */
$brand: #b044af;
/* SwiftUI */
Color(red: 0.690, green: 0.267, blue: 0.686)
/* Android */
Color.parseColor("#b044af")Accessibility — WCAG contrast
Aa
#b044af on white: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b044af on black: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green26.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta61.4%
Yellow0.6%
Key (black)31.0%
Color previews
#b044af text on a black background
contrast 4.29:1
Card sample
#b044af text on a white background
contrast 4.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b044af;
Background color
Panel with #b044af background
background-color: #b044af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b044af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 68, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 68, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b044af; background: linear-gradient(135deg, #b044af, #B04467);