#b45ddf
a balanced, vivid violet · warm · closest name: orchid
RGB
180, 93, 223
HSL
280°, 67%, 62%
CMYK
19, 58, 0, 13
Luminance
0.2286
Every format
| HEX | #b45ddf |
| RGB | rgb(180, 93, 223) |
| HSL | hsl(280, 67%, 62%) |
| CMYK | cmyk(19%, 58%, 0%, 13%) |
| LAB | lab(54.9 56.2 -52.2) |
| LCH | lch(54.9 76.7 317.1) |
| OKLCH | oklch(0.635 0.200 313.0) |
Copy-ready code
/* CSS */
color: #b45ddf;
background-color: #b45ddf;
/* Tailwind (arbitrary) */
class="text-[#b45ddf] bg-[#b45ddf]"
/* SCSS */
$brand: #b45ddf;
/* SwiftUI */
Color(red: 0.706, green: 0.365, blue: 0.875)
/* Android */
Color.parseColor("#b45ddf")Accessibility — WCAG contrast
Aa
#b45ddf on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b45ddf on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green36.5%
Blue87.5%
CMYK percentages
Cyan19.3%
Magenta58.3%
Yellow0.0%
Key (black)12.5%
Color previews
#b45ddf text on a black background
contrast 5.57:1
Card sample
#b45ddf text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b45ddf;
Background color
Panel with #b45ddf background
background-color: #b45ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b45ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 93, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 93, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b45ddf; background: linear-gradient(135deg, #b45ddf, #DF5DB3);