#b3b0cf
a light, soft blue · warm · closest name: silver
RGB
179, 176, 207
HSL
246°, 24%, 75%
CMYK
14, 15, 0, 19
Luminance
0.4514
Every format
| HEX | #b3b0cf |
| RGB | rgb(179, 176, 207) |
| HSL | hsl(246, 24%, 75%) |
| CMYK | cmyk(14%, 15%, 0%, 19%) |
| LAB | lab(73.0 7.2 -15.3) |
| LCH | lch(73.0 16.9 295.3) |
| OKLCH | oklch(0.770 0.044 289.8) |
Copy-ready code
/* CSS */
color: #b3b0cf;
background-color: #b3b0cf;
/* Tailwind (arbitrary) */
class="text-[#b3b0cf] bg-[#b3b0cf]"
/* SCSS */
$brand: #b3b0cf;
/* SwiftUI */
Color(red: 0.702, green: 0.690, blue: 0.812)
/* Android */
Color.parseColor("#b3b0cf")Accessibility — WCAG contrast
Aa
#b3b0cf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b0cf on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green69.0%
Blue81.2%
CMYK percentages
Cyan13.5%
Magenta15.0%
Yellow0.0%
Key (black)18.8%
Color previews
#b3b0cf text on a black background
contrast 10.03:1
Card sample
#b3b0cf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b0cf;
Background color
Panel with #b3b0cf background
background-color: #b3b0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 176, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 176, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b0cf; background: linear-gradient(135deg, #b3b0cf, #C8B0CF);