#bb7cdf
a light, vivid violet · warm · closest name: orchid
RGB
187, 124, 223
HSL
278°, 61%, 68%
CMYK
16, 44, 0, 13
Luminance
0.3031
Every format
| HEX | #bb7cdf |
| RGB | rgb(187, 124, 223) |
| HSL | hsl(278, 61%, 68%) |
| CMYK | cmyk(16%, 44%, 0%, 13%) |
| LAB | lab(61.9 42.0 -41.1) |
| LCH | lch(61.9 58.8 315.6) |
| OKLCH | oklch(0.689 0.154 312.2) |
Copy-ready code
/* CSS */
color: #bb7cdf;
background-color: #bb7cdf;
/* Tailwind (arbitrary) */
class="text-[#bb7cdf] bg-[#bb7cdf]"
/* SCSS */
$brand: #bb7cdf;
/* SwiftUI */
Color(red: 0.733, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#bb7cdf")Accessibility — WCAG contrast
Aa
#bb7cdf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bb7cdf on black: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green48.6%
Blue87.5%
CMYK percentages
Cyan16.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bb7cdf text on a black background
contrast 7.06:1
Card sample
#bb7cdf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bb7cdf;
Background color
Panel with #bb7cdf background
background-color: #bb7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bb7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bb7cdf; background: linear-gradient(135deg, #bb7cdf, #DF7CC1);