#bf1663
a dark, electric magenta / pink · warm · closest name: crimson
RGB
191, 22, 99
HSL
333°, 79%, 42%
CMYK
0, 89, 48, 25
Luminance
0.1255
Every format
| HEX | #bf1663 |
| RGB | rgb(191, 22, 99) |
| HSL | hsl(333, 79%, 42%) |
| CMYK | cmyk(0%, 89%, 48%, 25%) |
| LAB | lab(42.1 65.8 1.8) |
| LCH | lch(42.1 65.8 1.5) |
| OKLCH | oklch(0.527 0.203 1.5) |
Copy-ready code
/* CSS */
color: #bf1663;
background-color: #bf1663;
/* Tailwind (arbitrary) */
class="text-[#bf1663] bg-[#bf1663]"
/* SCSS */
$brand: #bf1663;
/* SwiftUI */
Color(red: 0.749, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#bf1663")Accessibility — WCAG contrast
Aa
#bf1663 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf1663 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta88.5%
Yellow48.2%
Key (black)25.1%
Color previews
#bf1663 text on a black background
contrast 3.51:1
Card sample
#bf1663 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf1663;
Background color
Panel with #bf1663 background
background-color: #bf1663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf1663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf1663; background: linear-gradient(135deg, #bf1663, #BF3A16);