#b669df
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 105, 223
HSL
279°, 65%, 64%
CMYK
18, 53, 0, 13
Luminance
0.2538
Every format
| HEX | #b669df |
| RGB | rgb(182, 105, 223) |
| HSL | hsl(279, 65%, 64%) |
| CMYK | cmyk(18%, 53%, 0%, 13%) |
| LAB | lab(57.4 50.7 -48.2) |
| LCH | lch(57.4 69.9 316.4) |
| OKLCH | oklch(0.654 0.183 312.5) |
Copy-ready code
/* CSS */
color: #b669df;
background-color: #b669df;
/* Tailwind (arbitrary) */
class="text-[#b669df] bg-[#b669df]"
/* SCSS */
$brand: #b669df;
/* SwiftUI */
Color(red: 0.714, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#b669df")Accessibility — WCAG contrast
Aa
#b669df on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b669df on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green41.2%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b669df text on a black background
contrast 6.08:1
Card sample
#b669df text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b669df;
Background color
Panel with #b669df background
background-color: #b669df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b669df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b669df; background: linear-gradient(135deg, #b669df, #DF69B9);