#bba2cc
a light, soft violet · warm · closest name: plum
RGB
187, 162, 204
HSL
276°, 29%, 72%
CMYK
8, 21, 0, 20
Luminance
0.4077
Every format
| HEX | #bba2cc |
| RGB | rgb(187, 162, 204) |
| HSL | hsl(276, 29%, 72%) |
| CMYK | cmyk(8%, 21%, 0%, 20%) |
| LAB | lab(70.0 17.0 -18.1) |
| LCH | lch(70.0 24.8 313.2) |
| OKLCH | oklch(0.748 0.065 311.5) |
Copy-ready code
/* CSS */
color: #bba2cc;
background-color: #bba2cc;
/* Tailwind (arbitrary) */
class="text-[#bba2cc] bg-[#bba2cc]"
/* SCSS */
$brand: #bba2cc;
/* SwiftUI */
Color(red: 0.733, green: 0.635, blue: 0.800)
/* Android */
Color.parseColor("#bba2cc")Accessibility — WCAG contrast
Aa
#bba2cc on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba2cc on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green63.5%
Blue80.0%
CMYK percentages
Cyan8.3%
Magenta20.6%
Yellow0.0%
Key (black)20.0%
Color previews
#bba2cc text on a black background
contrast 9.15:1
Card sample
#bba2cc text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba2cc;
Background color
Panel with #bba2cc background
background-color: #bba2cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba2cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 162, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 162, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba2cc; background: linear-gradient(135deg, #bba2cc, #CCA2C1);