#bf83df
a light, vivid violet · warm · closest name: orchid
RGB
191, 131, 223
HSL
279°, 59%, 69%
CMYK
14, 41, 0, 13
Luminance
0.3264
Every format
| HEX | #bf83df |
| RGB | rgb(191, 131, 223) |
| HSL | hsl(279, 59%, 69%) |
| CMYK | cmyk(14%, 41%, 0%, 13%) |
| LAB | lab(63.9 39.3 -38.0) |
| LCH | lch(63.9 54.7 316.0) |
| OKLCH | oklch(0.705 0.144 313.1) |
Copy-ready code
/* CSS */
color: #bf83df;
background-color: #bf83df;
/* Tailwind (arbitrary) */
class="text-[#bf83df] bg-[#bf83df]"
/* SCSS */
$brand: #bf83df;
/* SwiftUI */
Color(red: 0.749, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#bf83df")Accessibility — WCAG contrast
Aa
#bf83df on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf83df on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green51.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf83df text on a black background
contrast 7.53:1
Card sample
#bf83df text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf83df;
Background color
Panel with #bf83df background
background-color: #bf83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf83df; background: linear-gradient(135deg, #bf83df, #DF83C2);