#b359df
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 89, 223
HSL
280°, 68%, 61%
CMYK
20, 60, 0, 13
Luminance
0.2206
Every format
| HEX | #b359df |
| RGB | rgb(179, 89, 223) |
| HSL | hsl(280, 68%, 61%) |
| CMYK | cmyk(20%, 60%, 0%, 13%) |
| LAB | lab(54.1 57.9 -53.5) |
| LCH | lch(54.1 78.9 317.2) |
| OKLCH | oklch(0.629 0.206 313.0) |
Copy-ready code
/* CSS */
color: #b359df;
background-color: #b359df;
/* Tailwind (arbitrary) */
class="text-[#b359df] bg-[#b359df]"
/* SCSS */
$brand: #b359df;
/* SwiftUI */
Color(red: 0.702, green: 0.349, blue: 0.875)
/* Android */
Color.parseColor("#b359df")Accessibility — WCAG contrast
Aa
#b359df on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b359df on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green34.9%
Blue87.5%
CMYK percentages
Cyan19.7%
Magenta60.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b359df text on a black background
contrast 5.41:1
Card sample
#b359df text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b359df;
Background color
Panel with #b359df background
background-color: #b359df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b359df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 89, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 89, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b359df; background: linear-gradient(135deg, #b359df, #DF59B2);