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