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