#bbafc7
a light, soft violet · warm · closest name: silver
RGB
187, 175, 199
HSL
270°, 18%, 73%
CMYK
6, 12, 0, 22
Luminance
0.4535
Every format
| HEX | #bbafc7 |
| RGB | rgb(187, 175, 199) |
| HSL | hsl(270, 18%, 73%) |
| CMYK | cmyk(6%, 12%, 0%, 22%) |
| LAB | lab(73.1 8.8 -10.6) |
| LCH | lch(73.1 13.8 309.6) |
| OKLCH | oklch(0.772 0.036 307.9) |
Copy-ready code
/* CSS */
color: #bbafc7;
background-color: #bbafc7;
/* Tailwind (arbitrary) */
class="text-[#bbafc7] bg-[#bbafc7]"
/* SCSS */
$brand: #bbafc7;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.780)
/* Android */
Color.parseColor("#bbafc7")Accessibility — WCAG contrast
Aa
#bbafc7 on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafc7 on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue78.0%
CMYK percentages
Cyan6.0%
Magenta12.1%
Yellow0.0%
Key (black)22.0%
Color previews
#bbafc7 text on a black background
contrast 10.07:1
Card sample
#bbafc7 text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafc7;
Background color
Panel with #bbafc7 background
background-color: #bbafc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafc7; background: linear-gradient(135deg, #bbafc7, #C7AFC3);