#b23fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 63, 223
HSL
283°, 71%, 56%
CMYK
20, 72, 0, 13
Luminance
0.1835
Every format
| HEX | #b23fdf |
| RGB | rgb(178, 63, 223) |
| HSL | hsl(283, 71%, 56%) |
| CMYK | cmyk(20%, 72%, 0%, 13%) |
| LAB | lab(49.9 68.9 -60.3) |
| LCH | lch(49.9 91.5 318.8) |
| OKLCH | oklch(0.599 0.238 314.6) |
Copy-ready code
/* CSS */
color: #b23fdf;
background-color: #b23fdf;
/* Tailwind (arbitrary) */
class="text-[#b23fdf] bg-[#b23fdf]"
/* SCSS */
$brand: #b23fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#b23fdf")Accessibility — WCAG contrast
Aa
#b23fdf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b23fdf on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green24.7%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b23fdf text on a black background
contrast 4.67:1
Card sample
#b23fdf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23fdf;
Background color
Panel with #b23fdf background
background-color: #b23fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23fdf; background: linear-gradient(135deg, #b23fdf, #DF3FA1);