#bd25df
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 37, 223
HSL
289°, 74%, 51%
CMYK
15, 83, 0, 13
Luminance
0.1747
Every format
| HEX | #bd25df |
| RGB | rgb(189, 37, 223) |
| HSL | hsl(289, 74%, 51%) |
| CMYK | cmyk(15%, 83%, 0%, 13%) |
| LAB | lab(48.9 78.7 -61.9) |
| LCH | lch(48.9 100.2 321.8) |
| OKLCH | oklch(0.595 0.266 319.0) |
Copy-ready code
/* CSS */
color: #bd25df;
background-color: #bd25df;
/* Tailwind (arbitrary) */
class="text-[#bd25df] bg-[#bd25df]"
/* SCSS */
$brand: #bd25df;
/* SwiftUI */
Color(red: 0.741, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#bd25df")Accessibility — WCAG contrast
Aa
#bd25df on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd25df on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green14.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bd25df text on a black background
contrast 4.49:1
Card sample
#bd25df text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd25df;
Background color
Panel with #bd25df background
background-color: #bd25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd25df; background: linear-gradient(135deg, #bd25df, #DF2585);