#b7bfd3
a light, soft blue · cool · closest name: silver
RGB
183, 191, 211
HSL
223°, 24%, 77%
CMYK
13, 10, 0, 17
Luminance
0.5203
Every format
| HEX | #b7bfd3 |
| RGB | rgb(183, 191, 211) |
| HSL | hsl(223, 24%, 77%) |
| CMYK | cmyk(13%, 10%, 0%, 17%) |
| LAB | lab(77.3 1.2 -10.9) |
| LCH | lch(77.3 11.0 276.5) |
| OKLCH | oklch(0.805 0.030 268.3) |
Copy-ready code
/* CSS */
color: #b7bfd3;
background-color: #b7bfd3;
/* Tailwind (arbitrary) */
class="text-[#b7bfd3] bg-[#b7bfd3]"
/* SCSS */
$brand: #b7bfd3;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.827)
/* Android */
Color.parseColor("#b7bfd3")Accessibility — WCAG contrast
Aa
#b7bfd3 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bfd3 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue82.7%
CMYK percentages
Cyan13.3%
Magenta9.5%
Yellow0.0%
Key (black)17.3%
Color previews
#b7bfd3 text on a black background
contrast 11.41:1
Card sample
#b7bfd3 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bfd3;
Background color
Panel with #b7bfd3 background
background-color: #b7bfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bfd3; background: linear-gradient(135deg, #b7bfd3, #C2B7D3);