#b85fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 95, 223
HSL
282°, 67%, 62%
CMYK
18, 57, 0, 13
Luminance
0.2370
Every format
| HEX | #b85fdf |
| RGB | rgb(184, 95, 223) |
| HSL | hsl(282, 67%, 62%) |
| CMYK | cmyk(18%, 57%, 0%, 13%) |
| LAB | lab(55.8 56.2 -50.8) |
| LCH | lch(55.8 75.8 317.9) |
| OKLCH | oklch(0.643 0.199 314.3) |
Copy-ready code
/* CSS */
color: #b85fdf;
background-color: #b85fdf;
/* Tailwind (arbitrary) */
class="text-[#b85fdf] bg-[#b85fdf]"
/* SCSS */
$brand: #b85fdf;
/* SwiftUI */
Color(red: 0.722, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#b85fdf")Accessibility — WCAG contrast
Aa
#b85fdf on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85fdf on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b85fdf text on a black background
contrast 5.74:1
Card sample
#b85fdf text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85fdf;
Background color
Panel with #b85fdf background
background-color: #b85fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85fdf; background: linear-gradient(135deg, #b85fdf, #DF5FB1);