#b367db
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 103, 219
HSL
279°, 62%, 63%
CMYK
18, 53, 0, 14
Luminance
0.2440
Every format
| HEX | #b367db |
| RGB | rgb(179, 103, 219) |
| HSL | hsl(279, 62%, 63%) |
| CMYK | cmyk(18%, 53%, 0%, 14%) |
| LAB | lab(56.5 50.1 -47.5) |
| LCH | lch(56.5 69.0 316.5) |
| OKLCH | oklch(0.646 0.180 312.7) |
Copy-ready code
/* CSS */
color: #b367db;
background-color: #b367db;
/* Tailwind (arbitrary) */
class="text-[#b367db] bg-[#b367db]"
/* SCSS */
$brand: #b367db;
/* SwiftUI */
Color(red: 0.702, green: 0.404, blue: 0.859)
/* Android */
Color.parseColor("#b367db")Accessibility — WCAG contrast
Aa
#b367db on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b367db on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green40.4%
Blue85.9%
CMYK percentages
Cyan18.3%
Magenta53.0%
Yellow0.0%
Key (black)14.1%
Color previews
#b367db text on a black background
contrast 5.88:1
Card sample
#b367db text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b367db;
Background color
Panel with #b367db background
background-color: #b367db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b367db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 103, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 103, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b367db; background: linear-gradient(135deg, #b367db, #DB67B6);