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