#b05fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 95, 223
HSL
278°, 67%, 62%
CMYK
21, 57, 0, 13
Luminance
0.2274
Every format
| HEX | #b05fdf |
| RGB | rgb(176, 95, 223) |
| HSL | hsl(278, 67%, 62%) |
| CMYK | cmyk(21%, 57%, 0%, 13%) |
| LAB | lab(54.8 54.3 -52.4) |
| LCH | lch(54.8 75.5 316.0) |
| OKLCH | oklch(0.633 0.196 311.3) |
Copy-ready code
/* CSS */
color: #b05fdf;
background-color: #b05fdf;
/* Tailwind (arbitrary) */
class="text-[#b05fdf] bg-[#b05fdf]"
/* SCSS */
$brand: #b05fdf;
/* SwiftUI */
Color(red: 0.690, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#b05fdf")Accessibility — WCAG contrast
Aa
#b05fdf on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b05fdf on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green37.3%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b05fdf text on a black background
contrast 5.55:1
Card sample
#b05fdf text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05fdf;
Background color
Panel with #b05fdf background
background-color: #b05fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05fdf; background: linear-gradient(135deg, #b05fdf, #DF5FB9);