#bbafc2
a light, muted violet · warm · closest name: silver
RGB
187, 175, 194
HSL
278°, 14%, 72%
CMYK
4, 10, 0, 24
Luminance
0.4512
Every format
| HEX | #bbafc2 |
| RGB | rgb(187, 175, 194) |
| HSL | hsl(278, 14%, 72%) |
| CMYK | cmyk(4%, 10%, 0%, 24%) |
| LAB | lab(73.0 7.8 -8.1) |
| LCH | lch(73.0 11.3 313.9) |
| OKLCH | oklch(0.770 0.030 313.3) |
Copy-ready code
/* CSS */
color: #bbafc2;
background-color: #bbafc2;
/* Tailwind (arbitrary) */
class="text-[#bbafc2] bg-[#bbafc2]"
/* SCSS */
$brand: #bbafc2;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.761)
/* Android */
Color.parseColor("#bbafc2")Accessibility — WCAG contrast
Aa
#bbafc2 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafc2 on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue76.1%
CMYK percentages
Cyan3.6%
Magenta9.8%
Yellow0.0%
Key (black)23.9%
Color previews
#bbafc2 text on a black background
contrast 10.02:1
Card sample
#bbafc2 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafc2;
Background color
Panel with #bbafc2 background
background-color: #bbafc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafc2; background: linear-gradient(135deg, #bbafc2, #C2AFBC);