#bbafd3
a light, soft violet · warm · closest name: silver
RGB
187, 175, 211
HSL
260°, 29%, 76%
CMYK
11, 17, 0, 17
Luminance
0.4593
Every format
| HEX | #bbafd3 |
| RGB | rgb(187, 175, 211) |
| HSL | hsl(260, 29%, 76%) |
| CMYK | cmyk(11%, 17%, 0%, 17%) |
| LAB | lab(73.5 11.2 -16.6) |
| LCH | lch(73.5 20.1 304.0) |
| OKLCH | oklch(0.776 0.052 300.4) |
Copy-ready code
/* CSS */
color: #bbafd3;
background-color: #bbafd3;
/* Tailwind (arbitrary) */
class="text-[#bbafd3] bg-[#bbafd3]"
/* SCSS */
$brand: #bbafd3;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.827)
/* Android */
Color.parseColor("#bbafd3")Accessibility — WCAG contrast
Aa
#bbafd3 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafd3 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue82.7%
CMYK percentages
Cyan11.4%
Magenta17.1%
Yellow0.0%
Key (black)17.3%
Color previews
#bbafd3 text on a black background
contrast 10.19:1
Card sample
#bbafd3 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafd3;
Background color
Panel with #bbafd3 background
background-color: #bbafd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafd3; background: linear-gradient(135deg, #bbafd3, #D3AFD3);