#b356df
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 86, 223
HSL
281°, 68%, 61%
CMYK
20, 61, 0, 13
Luminance
0.2157
Every format
| HEX | #b356df |
| RGB | rgb(179, 86, 223) |
| HSL | hsl(281, 68%, 61%) |
| CMYK | cmyk(20%, 61%, 0%, 13%) |
| LAB | lab(53.6 59.3 -54.4) |
| LCH | lch(53.6 80.5 317.5) |
| OKLCH | oklch(0.625 0.210 313.3) |
Copy-ready code
/* CSS */
color: #b356df;
background-color: #b356df;
/* Tailwind (arbitrary) */
class="text-[#b356df] bg-[#b356df]"
/* SCSS */
$brand: #b356df;
/* SwiftUI */
Color(red: 0.702, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#b356df")Accessibility — WCAG contrast
Aa
#b356df on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b356df on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green33.7%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta61.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b356df text on a black background
contrast 5.31:1
Card sample
#b356df text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b356df;
Background color
Panel with #b356df background
background-color: #b356df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b356df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b356df; background: linear-gradient(135deg, #b356df, #DF56B0);