#b0cecf
a light, soft cyan · cool · closest name: silver
RGB
176, 206, 207
HSL
182°, 24%, 75%
CMYK
15, 1, 0, 19
Luminance
0.5788
Every format
| HEX | #b0cecf |
| RGB | rgb(176, 206, 207) |
| HSL | hsl(182, 24%, 75%) |
| CMYK | cmyk(15%, 1%, 0%, 19%) |
| LAB | lab(80.7 -9.8 -3.9) |
| LCH | lch(80.7 10.5 201.5) |
| OKLCH | oklch(0.830 0.032 199.0) |
Copy-ready code
/* CSS */
color: #b0cecf;
background-color: #b0cecf;
/* Tailwind (arbitrary) */
class="text-[#b0cecf] bg-[#b0cecf]"
/* SCSS */
$brand: #b0cecf;
/* SwiftUI */
Color(red: 0.690, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#b0cecf")Accessibility — WCAG contrast
Aa
#b0cecf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0cecf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green80.8%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b0cecf text on a black background
contrast 12.58:1
Card sample
#b0cecf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0cecf;
Background color
Panel with #b0cecf background
background-color: #b0cecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0cecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0cecf; background: linear-gradient(135deg, #b0cecf, #B0B9CF);