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