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