#ba7fdf
a light, vivid violet · warm · closest name: orchid
RGB
186, 127, 223
HSL
277°, 60%, 69%
CMYK
17, 43, 0, 13
Luminance
0.3095
Every format
| HEX | #ba7fdf |
| RGB | rgb(186, 127, 223) |
| HSL | hsl(277, 60%, 69%) |
| CMYK | cmyk(17%, 43%, 0%, 13%) |
| LAB | lab(62.5 40.1 -40.3) |
| LCH | lch(62.5 56.8 314.9) |
| OKLCH | oklch(0.693 0.149 311.3) |
Copy-ready code
/* CSS */
color: #ba7fdf;
background-color: #ba7fdf;
/* Tailwind (arbitrary) */
class="text-[#ba7fdf] bg-[#ba7fdf]"
/* SCSS */
$brand: #ba7fdf;
/* SwiftUI */
Color(red: 0.729, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#ba7fdf")Accessibility — WCAG contrast
Aa
#ba7fdf on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ba7fdf on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green49.8%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba7fdf text on a black background
contrast 7.19:1
Card sample
#ba7fdf text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba7fdf;
Background color
Panel with #ba7fdf background
background-color: #ba7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba7fdf; background: linear-gradient(135deg, #ba7fdf, #DF7FC4);