#b367af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
179, 103, 175
HSL
303°, 33%, 55%
CMYK
0, 43, 2, 30
Luminance
0.2238
Every format
| HEX | #b367af |
| RGB | rgb(179, 103, 175) |
| HSL | hsl(303, 33%, 55%) |
| CMYK | cmyk(0%, 43%, 2%, 30%) |
| LAB | lab(54.4 41.3 -25.6) |
| LCH | lch(54.4 48.5 328.2) |
| OKLCH | oklch(0.624 0.135 329.0) |
Copy-ready code
/* CSS */
color: #b367af;
background-color: #b367af;
/* Tailwind (arbitrary) */
class="text-[#b367af] bg-[#b367af]"
/* SCSS */
$brand: #b367af;
/* SwiftUI */
Color(red: 0.702, green: 0.404, blue: 0.686)
/* Android */
Color.parseColor("#b367af")Accessibility — WCAG contrast
Aa
#b367af on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b367af on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow2.2%
Key (black)29.8%
Color previews
#b367af text on a black background
contrast 5.48:1
Card sample
#b367af text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b367af;
Background color
Panel with #b367af background
background-color: #b367af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b367af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 103, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 103, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b367af; background: linear-gradient(135deg, #b367af, #B3677C);