#bc64af
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 100, 175
HSL
309°, 40%, 57%
CMYK
0, 47, 7, 26
Luminance
0.2290
Every format
| HEX | #bc64af |
| RGB | rgb(188, 100, 175) |
| HSL | hsl(309, 40%, 57%) |
| CMYK | cmyk(0%, 47%, 7%, 26%) |
| LAB | lab(55.0 45.6 -24.6) |
| LCH | lch(55.0 51.9 331.6) |
| OKLCH | oklch(0.630 0.147 332.9) |
Copy-ready code
/* CSS */
color: #bc64af;
background-color: #bc64af;
/* Tailwind (arbitrary) */
class="text-[#bc64af] bg-[#bc64af]"
/* SCSS */
$brand: #bc64af;
/* SwiftUI */
Color(red: 0.737, green: 0.392, blue: 0.686)
/* Android */
Color.parseColor("#bc64af")Accessibility — WCAG contrast
Aa
#bc64af on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc64af on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green39.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow6.9%
Key (black)26.3%
Color previews
#bc64af text on a black background
contrast 5.58:1
Card sample
#bc64af text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc64af;
Background color
Panel with #bc64af background
background-color: #bc64af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc64af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 100, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 100, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc64af; background: linear-gradient(135deg, #bc64af, #BC6474);