#bbafcc
a light, soft violet · warm · closest name: silver
RGB
187, 175, 204
HSL
265°, 22%, 74%
CMYK
8, 14, 0, 20
Luminance
0.4558
Every format
| HEX | #bbafcc |
| RGB | rgb(187, 175, 204) |
| HSL | hsl(265, 22%, 74%) |
| CMYK | cmyk(8%, 14%, 0%, 20%) |
| LAB | lab(73.3 9.8 -13.1) |
| LCH | lch(73.3 16.4 306.7) |
| OKLCH | oklch(0.773 0.043 304.2) |
Copy-ready code
/* CSS */
color: #bbafcc;
background-color: #bbafcc;
/* Tailwind (arbitrary) */
class="text-[#bbafcc] bg-[#bbafcc]"
/* SCSS */
$brand: #bbafcc;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.800)
/* Android */
Color.parseColor("#bbafcc")Accessibility — WCAG contrast
Aa
#bbafcc on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafcc on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue80.0%
CMYK percentages
Cyan8.3%
Magenta14.2%
Yellow0.0%
Key (black)20.0%
Color previews
#bbafcc text on a black background
contrast 10.12:1
Card sample
#bbafcc text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafcc;
Background color
Panel with #bbafcc background
background-color: #bbafcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafcc; background: linear-gradient(135deg, #bbafcc, #CCAFCA);