#b23cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
178, 60, 223
HSL
283°, 72%, 56%
CMYK
20, 73, 0, 13
Luminance
0.1802
Every format
| HEX | #b23cdf |
| RGB | rgb(178, 60, 223) |
| HSL | hsl(283, 72%, 56%) |
| CMYK | cmyk(20%, 73%, 0%, 13%) |
| LAB | lab(49.5 70.0 -60.9) |
| LCH | lch(49.5 92.8 319.0) |
| OKLCH | oklch(0.596 0.242 314.7) |
Copy-ready code
/* CSS */
color: #b23cdf;
background-color: #b23cdf;
/* Tailwind (arbitrary) */
class="text-[#b23cdf] bg-[#b23cdf]"
/* SCSS */
$brand: #b23cdf;
/* SwiftUI */
Color(red: 0.698, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#b23cdf")Accessibility — WCAG contrast
Aa
#b23cdf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b23cdf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green23.5%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b23cdf text on a black background
contrast 4.60:1
Card sample
#b23cdf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b23cdf;
Background color
Panel with #b23cdf background
background-color: #b23cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b23cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b23cdf; background: linear-gradient(135deg, #b23cdf, #DF3C9F);