#b7bfdb
a light, soft blue · warm · closest name: silver
RGB
183, 191, 219
HSL
227°, 33%, 79%
CMYK
16, 13, 0, 14
Luminance
0.5244
Every format
| HEX | #b7bfdb |
| RGB | rgb(183, 191, 219) |
| HSL | hsl(227, 33%, 79%) |
| CMYK | cmyk(16%, 13%, 0%, 14%) |
| LAB | lab(77.5 2.9 -14.9) |
| LCH | lch(77.5 15.2 281.2) |
| OKLCH | oklch(0.807 0.041 272.9) |
Copy-ready code
/* CSS */
color: #b7bfdb;
background-color: #b7bfdb;
/* Tailwind (arbitrary) */
class="text-[#b7bfdb] bg-[#b7bfdb]"
/* SCSS */
$brand: #b7bfdb;
/* SwiftUI */
Color(red: 0.718, green: 0.749, blue: 0.859)
/* Android */
Color.parseColor("#b7bfdb")Accessibility — WCAG contrast
Aa
#b7bfdb on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7bfdb on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green74.9%
Blue85.9%
CMYK percentages
Cyan16.4%
Magenta12.8%
Yellow0.0%
Key (black)14.1%
Color previews
#b7bfdb text on a black background
contrast 11.49:1
Card sample
#b7bfdb text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7bfdb;
Background color
Panel with #b7bfdb background
background-color: #b7bfdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7bfdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 191, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 191, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7bfdb; background: linear-gradient(135deg, #b7bfdb, #C7B7DB);