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