#b65cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
182, 92, 223
HSL
281°, 67%, 62%
CMYK
18, 59, 0, 13
Luminance
0.2293
Every format
| HEX | #b65cdf |
| RGB | rgb(182, 92, 223) |
| HSL | hsl(281, 67%, 62%) |
| CMYK | cmyk(18%, 59%, 0%, 13%) |
| LAB | lab(55.0 57.2 -52.1) |
| LCH | lch(55.0 77.3 317.7) |
| OKLCH | oklch(0.636 0.202 313.8) |
Copy-ready code
/* CSS */
color: #b65cdf;
background-color: #b65cdf;
/* Tailwind (arbitrary) */
class="text-[#b65cdf] bg-[#b65cdf]"
/* SCSS */
$brand: #b65cdf;
/* SwiftUI */
Color(red: 0.714, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#b65cdf")Accessibility — WCAG contrast
Aa
#b65cdf on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b65cdf on black: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green36.1%
Blue87.5%
CMYK percentages
Cyan18.4%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b65cdf text on a black background
contrast 5.59:1
Card sample
#b65cdf text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b65cdf;
Background color
Panel with #b65cdf background
background-color: #b65cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b65cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b65cdf; background: linear-gradient(135deg, #b65cdf, #DF5CB1);