#b24fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 79, 223
HSL
281°, 69%, 59%
CMYK
20, 65, 0, 13
Luminance
0.2038
Every format
| HEX | #b24fdf |
| RGB | rgb(178, 79, 223) |
| HSL | hsl(281, 69%, 59%) |
| CMYK | cmyk(20%, 65%, 0%, 13%) |
| LAB | lab(52.3 62.3 -56.5) |
| LCH | lch(52.3 84.1 317.8) |
| OKLCH | oklch(0.616 0.219 313.5) |
Copy-ready code
/* CSS */
color: #b24fdf;
background-color: #b24fdf;
/* Tailwind (arbitrary) */
class="text-[#b24fdf] bg-[#b24fdf]"
/* SCSS */
$brand: #b24fdf;
/* SwiftUI */
Color(red: 0.698, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#b24fdf")Accessibility — WCAG contrast
Aa
#b24fdf on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b24fdf on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green31.0%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b24fdf text on a black background
contrast 5.08:1
Card sample
#b24fdf text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b24fdf;
Background color
Panel with #b24fdf background
background-color: #b24fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b24fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b24fdf; background: linear-gradient(135deg, #b24fdf, #DF4FAC);