#b0c0cf
a light, soft blue · cool · closest name: silver
RGB
176, 192, 207
HSL
209°, 24%, 75%
CMYK
15, 7, 0, 19
Luminance
0.5143
Every format
| HEX | #b0c0cf |
| RGB | rgb(176, 192, 207) |
| HSL | hsl(209, 24%, 75%) |
| CMYK | cmyk(15%, 7%, 0%, 19%) |
| LAB | lab(76.9 -2.4 -9.4) |
| LCH | lch(76.9 9.7 255.6) |
| OKLCH | oklch(0.800 0.028 246.4) |
Copy-ready code
/* CSS */
color: #b0c0cf;
background-color: #b0c0cf;
/* Tailwind (arbitrary) */
class="text-[#b0c0cf] bg-[#b0c0cf]"
/* SCSS */
$brand: #b0c0cf;
/* SwiftUI */
Color(red: 0.690, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#b0c0cf")Accessibility — WCAG contrast
Aa
#b0c0cf on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0c0cf on black: 11.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green75.3%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#b0c0cf text on a black background
contrast 11.29:1
Card sample
#b0c0cf text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0c0cf;
Background color
Panel with #b0c0cf background
background-color: #b0c0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0c0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0c0cf; background: linear-gradient(135deg, #b0c0cf, #B5B0CF);