#bf23df
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 35, 223
HSL
290°, 75%, 51%
CMYK
14, 84, 0, 13
Luminance
0.1761
Every format
| HEX | #bf23df |
| RGB | rgb(191, 35, 223) |
| HSL | hsl(290, 75%, 51%) |
| CMYK | cmyk(14%, 84%, 0%, 13%) |
| LAB | lab(49.0 79.5 -61.6) |
| LCH | lch(49.0 100.6 322.2) |
| OKLCH | oklch(0.596 0.268 319.6) |
Copy-ready code
/* CSS */
color: #bf23df;
background-color: #bf23df;
/* Tailwind (arbitrary) */
class="text-[#bf23df] bg-[#bf23df]"
/* SCSS */
$brand: #bf23df;
/* SwiftUI */
Color(red: 0.749, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#bf23df")Accessibility — WCAG contrast
Aa
#bf23df on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf23df on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green13.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta84.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf23df text on a black background
contrast 4.52:1
Card sample
#bf23df text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf23df;
Background color
Panel with #bf23df background
background-color: #bf23df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf23df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf23df; background: linear-gradient(135deg, #bf23df, #DF2382);