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