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