#b2bfcc
a light, soft blue · cool · closest name: silver
RGB
178, 191, 204
HSL
210°, 20%, 75%
CMYK
13, 6, 0, 20
Luminance
0.5109
Every format
| HEX | #b2bfcc |
| RGB | rgb(178, 191, 204) |
| HSL | hsl(210, 20%, 75%) |
| CMYK | cmyk(13%, 6%, 0%, 20%) |
| LAB | lab(76.7 -1.8 -8.1) |
| LCH | lch(76.7 8.3 257.1) |
| OKLCH | oklch(0.799 0.023 248.1) |
Copy-ready code
/* CSS */
color: #b2bfcc;
background-color: #b2bfcc;
/* Tailwind (arbitrary) */
class="text-[#b2bfcc] bg-[#b2bfcc]"
/* SCSS */
$brand: #b2bfcc;
/* SwiftUI */
Color(red: 0.698, green: 0.749, blue: 0.800)
/* Android */
Color.parseColor("#b2bfcc")Accessibility — WCAG contrast
Aa
#b2bfcc on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2bfcc on black: 11.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green74.9%
Blue80.0%
CMYK percentages
Cyan12.7%
Magenta6.4%
Yellow0.0%
Key (black)20.0%
Color previews
#b2bfcc text on a black background
contrast 11.22:1
Card sample
#b2bfcc text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2bfcc;
Background color
Panel with #b2bfcc background
background-color: #b2bfcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2bfcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 191, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 191, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2bfcc; background: linear-gradient(135deg, #b2bfcc, #B6B2CC);