#b667df
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 103, 223
HSL
280°, 65%, 64%
CMYK
18, 54, 0, 13
Luminance
0.2497
Every format
| HEX | #b667df |
| RGB | rgb(182, 103, 223) |
| HSL | hsl(280, 65%, 64%) |
| CMYK | cmyk(18%, 54%, 0%, 13%) |
| LAB | lab(57.0 51.7 -48.8) |
| LCH | lch(57.0 71.1 316.7) |
| OKLCH | oklch(0.651 0.186 312.8) |
Copy-ready code
/* CSS */
color: #b667df;
background-color: #b667df;
/* Tailwind (arbitrary) */
class="text-[#b667df] bg-[#b667df]"
/* SCSS */
$brand: #b667df;
/* SwiftUI */
Color(red: 0.714, green: 0.404, blue: 0.875)
/* Android */
Color.parseColor("#b667df")Accessibility — WCAG contrast
Aa
#b667df on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b667df on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green40.4%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta53.8%
Yellow0.0%
Key (black)12.5%
Color previews
#b667df text on a black background
contrast 5.99:1
Card sample
#b667df text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b667df;
Background color
Panel with #b667df background
background-color: #b667df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b667df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 103, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 103, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b667df; background: linear-gradient(135deg, #b667df, #DF67B8);