#b7bfd7
a light, soft blue · warm · closest name: silver
RGB
183, 191, 215
HSL
225°, 29%, 78%
CMYK
15, 11, 0, 16
Luminance
0.5224
Every format
| HEX | #b7bfd7 |
| RGB | rgb(183, 191, 215) |
| HSL | hsl(225, 29%, 78%) |
| CMYK | cmyk(15%, 11%, 0%, 16%) |
| LAB | lab(77.4 2.1 -12.9) |
| LCH | lch(77.4 13.1 279.1) |
| OKLCH | oklch(0.806 0.035 271.0) |
Copy-ready code
/* CSS */
color: #b7bfd7;
background-color: #b7bfd7;
/* Tailwind (arbitrary) */
class="text-[#b7bfd7] bg-[#b7bfd7]"
/* SCSS */
$brand: #b7bfd7;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#b7bfd7")Accessibility — WCAG contrast
Aa
#b7bfd7 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bfd7 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue84.3%
CMYK percentages
Cyan14.9%
Magenta11.2%
Yellow0.0%
Key (black)15.7%
Color previews
#b7bfd7 text on a black background
contrast 11.45:1
Card sample
#b7bfd7 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bfd7;
Background color
Panel with #b7bfd7 background
background-color: #b7bfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bfd7; background: linear-gradient(135deg, #b7bfd7, #C4B7D7);