#b0b3cf
a light, soft blue · warm · closest name: silver
RGB
176, 179, 207
HSL
234°, 24%, 75%
CMYK
15, 14, 0, 19
Luminance
0.4598
Every format
| HEX | #b0b3cf |
| RGB | rgb(176, 179, 207) |
| HSL | hsl(234, 24%, 75%) |
| CMYK | cmyk(15%, 14%, 0%, 19%) |
| LAB | lab(73.5 4.6 -14.5) |
| LCH | lch(73.5 15.2 287.7) |
| OKLCH | oklch(0.773 0.040 280.6) |
Copy-ready code
/* CSS */
color: #b0b3cf;
background-color: #b0b3cf;
/* Tailwind (arbitrary) */
class="text-[#b0b3cf] bg-[#b0b3cf]"
/* SCSS */
$brand: #b0b3cf;
/* SwiftUI */
Color(red: 0.690, green: 0.702, blue: 0.812)
/* Android */
Color.parseColor("#b0b3cf")Accessibility — WCAG contrast
Aa
#b0b3cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0b3cf on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green70.2%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta13.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b0b3cf text on a black background
contrast 10.20:1
Card sample
#b0b3cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0b3cf;
Background color
Panel with #b0b3cf background
background-color: #b0b3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0b3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 179, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 179, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0b3cf; background: linear-gradient(135deg, #b0b3cf, #C2B0CF);