#bc70df
a light, vivid violet · warm · closest name: orchid
RGB
188, 112, 223
HSL
281°, 63%, 66%
CMYK
16, 50, 0, 13
Luminance
0.2761
Every format
| HEX | #bc70df |
| RGB | rgb(188, 112, 223) |
| HSL | hsl(281, 63%, 66%) |
| CMYK | cmyk(16%, 50%, 0%, 13%) |
| LAB | lab(59.5 48.6 -44.8) |
| LCH | lch(59.5 66.2 317.3) |
| OKLCH | oklch(0.671 0.174 314.2) |
Copy-ready code
/* CSS */
color: #bc70df;
background-color: #bc70df;
/* Tailwind (arbitrary) */
class="text-[#bc70df] bg-[#bc70df]"
/* SCSS */
$brand: #bc70df;
/* SwiftUI */
Color(red: 0.737, green: 0.439, blue: 0.875)
/* Android */
Color.parseColor("#bc70df")Accessibility — WCAG contrast
Aa
#bc70df on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc70df on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green43.9%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta49.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bc70df text on a black background
contrast 6.52:1
Card sample
#bc70df text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc70df;
Background color
Panel with #bc70df background
background-color: #bc70df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc70df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 112, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 112, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc70df; background: linear-gradient(135deg, #bc70df, #DF70B8);