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