#b25fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 95, 223
HSL
279°, 67%, 62%
CMYK
20, 57, 0, 13
Luminance
0.2298
Every format
| HEX | #b25fdf |
| RGB | rgb(178, 95, 223) |
| HSL | hsl(279, 67%, 62%) |
| CMYK | cmyk(20%, 57%, 0%, 13%) |
| LAB | lab(55.0 54.7 -52.0) |
| LCH | lch(55.0 75.5 316.5) |
| OKLCH | oklch(0.636 0.197 312.0) |
Copy-ready code
/* CSS */
color: #b25fdf;
background-color: #b25fdf;
/* Tailwind (arbitrary) */
class="text-[#b25fdf] bg-[#b25fdf]"
/* SCSS */
$brand: #b25fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#b25fdf")Accessibility — WCAG contrast
Aa
#b25fdf on white: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b25fdf on black: 5.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green37.3%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b25fdf text on a black background
contrast 5.60:1
Card sample
#b25fdf text on a white background
contrast 3.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b25fdf;
Background color
Panel with #b25fdf background
background-color: #b25fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b25fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b25fdf; background: linear-gradient(135deg, #b25fdf, #DF5FB7);