#bc74df
a light, vivid violet · warm · closest name: orchid
RGB
188, 116, 223
HSL
280°, 63%, 67%
CMYK
16, 48, 0, 13
Luminance
0.2851
Every format
| HEX | #bc74df |
| RGB | rgb(188, 116, 223) |
| HSL | hsl(280, 63%, 67%) |
| CMYK | cmyk(16%, 48%, 0%, 13%) |
| LAB | lab(60.4 46.5 -43.5) |
| LCH | lch(60.4 63.8 316.9) |
| OKLCH | oklch(0.677 0.168 313.7) |
Copy-ready code
/* CSS */
color: #bc74df;
background-color: #bc74df;
/* Tailwind (arbitrary) */
class="text-[#bc74df] bg-[#bc74df]"
/* SCSS */
$brand: #bc74df;
/* SwiftUI */
Color(red: 0.737, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#bc74df")Accessibility — WCAG contrast
Aa
#bc74df on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc74df on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green45.5%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta48.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc74df text on a black background
contrast 6.70:1
Card sample
#bc74df text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc74df;
Background color
Panel with #bc74df background
background-color: #bc74df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc74df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc74df; background: linear-gradient(135deg, #bc74df, #DF74BB);