#bc82df
a light, vivid violet · warm · closest name: orchid
RGB
188, 130, 223
HSL
277°, 59%, 69%
CMYK
16, 42, 0, 13
Luminance
0.3198
Every format
| HEX | #bc82df |
| RGB | rgb(188, 130, 223) |
| HSL | hsl(277, 59%, 69%) |
| CMYK | cmyk(16%, 42%, 0%, 13%) |
| LAB | lab(63.3 39.0 -38.9) |
| LCH | lch(63.3 55.1 315.1) |
| OKLCH | oklch(0.700 0.144 311.8) |
Copy-ready code
/* CSS */
color: #bc82df;
background-color: #bc82df;
/* Tailwind (arbitrary) */
class="text-[#bc82df] bg-[#bc82df]"
/* SCSS */
$brand: #bc82df;
/* SwiftUI */
Color(red: 0.737, green: 0.510, blue: 0.875)
/* Android */
Color.parseColor("#bc82df")Accessibility — WCAG contrast
Aa
#bc82df on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc82df on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green51.0%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta41.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bc82df text on a black background
contrast 7.40:1
Card sample
#bc82df text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc82df;
Background color
Panel with #bc82df background
background-color: #bc82df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc82df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 130, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 130, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc82df; background: linear-gradient(135deg, #bc82df, #DF82C4);