#b8bfcc
a light, soft blue · cool · closest name: silver
RGB
184, 191, 204
HSL
219°, 16%, 76%
CMYK
10, 6, 0, 20
Luminance
0.5181
Every format
| HEX | #b8bfcc |
| RGB | rgb(184, 191, 204) |
| HSL | hsl(219, 16%, 76%) |
| CMYK | cmyk(10%, 6%, 0%, 20%) |
| LAB | lab(77.2 0.1 -7.3) |
| LCH | lch(77.2 7.3 271.1) |
| OKLCH | oklch(0.803 0.020 263.0) |
Copy-ready code
/* CSS */
color: #b8bfcc;
background-color: #b8bfcc;
/* Tailwind (arbitrary) */
class="text-[#b8bfcc] bg-[#b8bfcc]"
/* SCSS */
$brand: #b8bfcc;
/* SwiftUI */
Color(red: 0.722, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#b8bfcc")Accessibility — WCAG contrast
Aa
#b8bfcc on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8bfcc on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green74.9%
Blue80.0%
CMYK percentages
Cyan9.8%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#b8bfcc text on a black background
contrast 11.36:1
Card sample
#b8bfcc text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8bfcc;
Background color
Panel with #b8bfcc background
background-color: #b8bfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8bfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8bfcc; background: linear-gradient(135deg, #b8bfcc, #BEB8CC);