#bca2fd
a light, electric violet · warm · closest name: plum
RGB
188, 162, 253
HSL
257°, 96%, 81%
CMYK
26, 36, 0, 1
Luminance
0.4362
Every format
| HEX | #bca2fd |
| RGB | rgb(188, 162, 253) |
| HSL | hsl(257, 96%, 81%) |
| CMYK | cmyk(26%, 36%, 0%, 1%) |
| LAB | lab(72.0 28.1 -41.8) |
| LCH | lch(72.0 50.4 303.9) |
| OKLCH | oklch(0.769 0.130 296.4) |
Copy-ready code
/* CSS */
color: #bca2fd;
background-color: #bca2fd;
/* Tailwind (arbitrary) */
class="text-[#bca2fd] bg-[#bca2fd]"
/* SCSS */
$brand: #bca2fd;
/* SwiftUI */
Color(red: 0.737, green: 0.635, blue: 0.992)
/* Android */
Color.parseColor("#bca2fd")Accessibility — WCAG contrast
Aa
#bca2fd on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bca2fd on black: 9.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green63.5%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta36.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bca2fd text on a black background
contrast 9.72:1
Card sample
#bca2fd text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bca2fd;
Background color
Panel with #bca2fd background
background-color: #bca2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bca2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 162, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 162, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bca2fd; background: linear-gradient(135deg, #bca2fd, #F9A2FD);