#b24ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
178, 77, 223
HSL
282°, 70%, 59%
CMYK
20, 66, 0, 13
Luminance
0.2010
Every format
| HEX | #b24ddf |
| RGB | rgb(178, 77, 223) |
| HSL | hsl(282, 70%, 59%) |
| CMYK | cmyk(20%, 66%, 0%, 13%) |
| LAB | lab(52.0 63.2 -57.0) |
| LCH | lch(52.0 85.1 318.0) |
| OKLCH | oklch(0.613 0.222 313.6) |
Copy-ready code
/* CSS */
color: #b24ddf;
background-color: #b24ddf;
/* Tailwind (arbitrary) */
class="text-[#b24ddf] bg-[#b24ddf]"
/* SCSS */
$brand: #b24ddf;
/* SwiftUI */
Color(red: 0.698, green: 0.302, blue: 0.875)
/* Android */
Color.parseColor("#b24ddf")Accessibility — WCAG contrast
Aa
#b24ddf on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b24ddf on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green30.2%
Blue87.5%
CMYK percentages
Cyan20.2%
Magenta65.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b24ddf text on a black background
contrast 5.02:1
Card sample
#b24ddf text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b24ddf;
Background color
Panel with #b24ddf background
background-color: #b24ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b24ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 77, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 77, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b24ddf; background: linear-gradient(135deg, #b24ddf, #DF4DAB);