#b85cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 92, 223
HSL
282°, 67%, 62%
CMYK
18, 59, 0, 13
Luminance
0.2317
Every format
| HEX | #b85cdf |
| RGB | rgb(184, 92, 223) |
| HSL | hsl(282, 67%, 62%) |
| CMYK | cmyk(18%, 59%, 0%, 13%) |
| LAB | lab(55.3 57.7 -51.7) |
| LCH | lch(55.3 77.4 318.2) |
| OKLCH | oklch(0.639 0.203 314.6) |
Copy-ready code
/* CSS */
color: #b85cdf;
background-color: #b85cdf;
/* Tailwind (arbitrary) */
class="text-[#b85cdf] bg-[#b85cdf]"
/* SCSS */
$brand: #b85cdf;
/* SwiftUI */
Color(red: 0.722, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#b85cdf")Accessibility — WCAG contrast
Aa
#b85cdf on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85cdf on black: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green36.1%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b85cdf text on a black background
contrast 5.63:1
Card sample
#b85cdf text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85cdf;
Background color
Panel with #b85cdf background
background-color: #b85cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85cdf; background: linear-gradient(135deg, #b85cdf, #DF5CAF);