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