#b3bfd4
a light, soft blue · cool · closest name: silver
RGB
179, 191, 212
HSL
218°, 28%, 77%
CMYK
16, 10, 0, 17
Luminance
0.5160
Every format
| HEX | #b3bfd4 |
| RGB | rgb(179, 191, 212) |
| HSL | hsl(218, 28%, 77%) |
| CMYK | cmyk(16%, 10%, 0%, 17%) |
| LAB | lab(77.0 0.2 -11.9) |
| LCH | lch(77.0 11.9 270.8) |
| OKLCH | oklch(0.802 0.033 261.7) |
Copy-ready code
/* CSS */
color: #b3bfd4;
background-color: #b3bfd4;
/* Tailwind (arbitrary) */
class="text-[#b3bfd4] bg-[#b3bfd4]"
/* SCSS */
$brand: #b3bfd4;
/* SwiftUI */
Color(red: 0.702, green: 0.749, blue: 0.831)
/* Android */
Color.parseColor("#b3bfd4")Accessibility — WCAG contrast
Aa
#b3bfd4 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3bfd4 on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green74.9%
Blue83.1%
CMYK percentages
Cyan15.6%
Magenta9.9%
Yellow0.0%
Key (black)16.9%
Color previews
#b3bfd4 text on a black background
contrast 11.32:1
Card sample
#b3bfd4 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3bfd4;
Background color
Panel with #b3bfd4 background
background-color: #b3bfd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3bfd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 191, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 191, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3bfd4; background: linear-gradient(135deg, #b3bfd4, #BDB3D4);