#bd85df
a light, vivid violet · warm · closest name: orchid
RGB
189, 133, 223
HSL
277°, 58%, 70%
CMYK
15, 40, 0, 13
Luminance
0.3292
Every format
| HEX | #bd85df |
| RGB | rgb(189, 133, 223) |
| HSL | hsl(277, 58%, 70%) |
| CMYK | cmyk(15%, 40%, 0%, 13%) |
| LAB | lab(64.1 37.7 -37.7) |
| LCH | lch(64.1 53.3 315.0) |
| OKLCH | oklch(0.706 0.140 311.8) |
Copy-ready code
/* CSS */
color: #bd85df;
background-color: #bd85df;
/* Tailwind (arbitrary) */
class="text-[#bd85df] bg-[#bd85df]"
/* SCSS */
$brand: #bd85df;
/* SwiftUI */
Color(red: 0.741, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#bd85df")Accessibility — WCAG contrast
Aa
#bd85df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bd85df on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green52.2%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta40.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bd85df text on a black background
contrast 7.58:1
Card sample
#bd85df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd85df;
Background color
Panel with #bd85df background
background-color: #bd85df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd85df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd85df; background: linear-gradient(135deg, #bd85df, #DF85C5);